Html Css Color HEX #36429B Tory Blue

📋 copy color: '#36429B'

red 54 ◦ green 66 ◦ blue 155

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

Shades of Tory Blue #36429B

Tints of Tory Blue #36429B

RGB

 RED value IS 54 (21.48% from 255) = 19.64%

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

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

R = 19.64%
G = 24%
B = 56.36%

CMYK

 C value IS 0.65

 M value IS 0.57

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#36429B (or 0x36429B) is known color: Tory Blue. HEX triplet: 36, 42 and 9B. RGB value is (54,66,155). Sum of RGB (Red+Green+Blue) = 54+66+155=275 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.64% from 275); Green value is 66 (26.17% from 255 or 24% from 275); Blue value is 155 (60.94% from 255 or 56.36% from 275); Max value from RGB is 155 - color contains mainly: blue. Hex color #36429B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #36429B is #C9BD64. Grayscale: #484848. Windows color (decimal): -13221221 or 10175030. OLE color: 10175030.

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

Color convert

RGB 54 66 155 -
CMYK 0.65 0.57 0 0.39
HSL 232.87º 0.48% 0.41% -
HSV(B) 232.87º 0.65% 0.61% -
XYZ 9.39 7.05 31.88 -
YUV 72.56 174.52 114.76 -
System Red Green Blue C M Y K H S L
Decimal 54 66 155 0.65 0.57 0 0.39 232.87 0.48 0.41
Hex 36 42 9B 41 39 0 27 E9 30 29
Octal 66 102 233 101 71 0 47 351 60 51
Binary 110110 1000010 10011011 1000001 111001 0 100111 11101001 110000 101001

Color Harmonies of #36429B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36429B

Black with #36429B

Text Example


Text Example

White with #36429B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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