Html Css Color HEX #38429B Tory Blue

📋 copy color: '#38429B'

red 56 ◦ green 66 ◦ blue 155

#38429B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tory Blue #38429B

Tints of Tory Blue #38429B

RGB

 RED value IS 56 (22.27% from 255) = 20.22%

 GREEN value IS 66 (26.17% from 255) = 23.83%

 BLUE value IS 155 (60.94% from 255) = 55.96%

R = 20.22%
G = 23.83%
B = 55.96%

CMYK

 C value IS 0.64

 M value IS 0.57

 Y value IS 0

 K value IS 0.39

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#38429B (or 0x38429B) is known color: Tory Blue. HEX triplet: 38, 42 and 9B. RGB value is (56,66,155). Sum of RGB (Red+Green+Blue) = 56+66+155=277 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.22% from 277); Green value is 66 (26.17% from 255 or 23.83% from 277); Blue value is 155 (60.94% from 255 or 55.96% from 277); Max value from RGB is 155 - color contains mainly: blue. Hex color #38429B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #38429B is #C7BD64. Grayscale: #484848. Windows color (decimal): -13090149 or 10175032. OLE color: 10175032.

HSL color Cylindrical-coordinate representation of color #38429B: hue angle of 233.94º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #38429B is Cyan = 0.64, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 56 66 155 -
CMYK 0.64 0.57 0 0.39
HSL 233.94º 0.47% 0.41% -
HSV(B) 233.94º 0.64% 0.61% -
XYZ 9.5 7.1 31.88 -
YUV 73.16 174.19 115.76 -
System Red Green Blue C M Y K H S L
Decimal 56 66 155 0.64 0.57 0 0.39 233.94 0.47 0.41
Hex 38 42 9B 40 39 0 27 EA 2F 29
Octal 70 102 233 100 71 0 47 352 57 51
Binary 111000 1000010 10011011 1000000 111001 0 100111 11101010 101111 101001

Color Harmonies of #38429B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38429B

Black with #38429B

Text Example


Text Example

White with #38429B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38429B; }

 p { color: rgb(56,66,155); }

 H1.HeaderClassName
 {
   color: #38429B;
 }
 .AnyTagClassName
 {
   color: #38429B;
 }
</style>

background-color css

<style>
 a { background-color: #38429B; }

 a { background-color: rgb(56,66,155); }

 div.DivClassName
 {
   background-color: #38429B;
 }
 .BgClassName
 {
   background-color: #38429B;
 }
</style>

border-color css

<style>
 span { border-color: #38429B; }

 span { border-color: rgb(56,66,155); }

 td.TdClassName
 {
   border-color: #38429B;
 }
 .TagClassName
 {
   border-color: #38429B;
 }
</style>