Html Css Color HEX #36428F Tory Blue

📋 copy color: '#36428F'

red 54 ◦ green 66 ◦ blue 143

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

Shades of Tory Blue #36428F

Tints of Tory Blue #36428F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 54.37%

R = 20.53%
G = 25.1%
B = 54.37%

CMYK

 C value IS 0.62

 M value IS 0.54

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#36428F (or 0x36428F) is known color: Tory Blue. HEX triplet: 36, 42 and 8F. RGB value is (54,66,143). Sum of RGB (Red+Green+Blue) = 54+66+143=263 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.53% from 263); Green value is 66 (26.17% from 255 or 25.10% from 263); Blue value is 143 (56.25% from 255 or 54.37% from 263); Max value from RGB is 143 - color contains mainly: blue. Hex color #36428F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #36428F is #C9BD70. Grayscale: #464646. Windows color (decimal): -13221233 or 9388598. OLE color: 9388598.

HSL color Cylindrical-coordinate representation of color #36428F: hue angle of 231.91º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #36428F is Cyan = 0.62, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 54 66 143 -
CMYK 0.62 0.54 0 0.44
HSL 231.91º 0.45% 0.39% -
HSV(B) 231.91º 0.62% 0.56% -
XYZ 8.43 6.66 26.83 -
YUV 71.19 168.52 115.74 -
System Red Green Blue C M Y K H S L
Decimal 54 66 143 0.62 0.54 0 0.44 231.91 0.45 0.39
Hex 36 42 8F 3E 36 0 2C E8 2D 27
Octal 66 102 217 76 66 0 54 350 55 47
Binary 110110 1000010 10001111 111110 110110 0 101100 11101000 101101 100111

Color Harmonies of #36428F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36428F

Black with #36428F

Text Example


Text Example

White with #36428F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36428F; }

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

 H1.HeaderClassName
 {
   color: #36428F;
 }
 .AnyTagClassName
 {
   color: #36428F;
 }
</style>

background-color css

<style>
 a { background-color: #36428F; }

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

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

border-color css

<style>
 span { border-color: #36428F; }

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

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