Html Css Color HEX #434F91 Tory Blue

📋 copy color: '#434F91'

red 67 ◦ green 79 ◦ blue 145

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

Shades of Tory Blue #434F91

Tints of Tory Blue #434F91

RGB

 RED value IS 67 (26.56% from 255) = 23.02%

 GREEN value IS 79 (31.25% from 255) = 27.15%

 BLUE value IS 145 (57.03% from 255) = 49.83%

R = 23.02%
G = 27.15%
B = 49.83%

CMYK

 C value IS 0.54

 M value IS 0.46

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#434F91 (or 0x434F91) is known color: Tory Blue. HEX triplet: 43, 4F and 91. RGB value is (67,79,145). Sum of RGB (Red+Green+Blue) = 67+79+145=291 (38% of max value = 765). Red value is 67 (26.56% from 255 or 23.02% from 291); Green value is 79 (31.25% from 255 or 27.15% from 291); Blue value is 145 (57.03% from 255 or 49.83% from 291); Max value from RGB is 145 - color contains mainly: blue. Hex color #434F91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #434F91 is #BCB06E. Grayscale: #525252. Windows color (decimal): -12365935 or 9523011. OLE color: 9523011.

HSL color Cylindrical-coordinate representation of color #434F91: hue angle of 230.77º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #434F91 is Cyan = 0.54, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 67 79 145 -
CMYK 0.54 0.46 0 0.43
HSL 230.77º 0.37% 0.42% -
HSV(B) 230.77º 0.54% 0.57% -
XYZ 10.22 8.83 27.95 -
YUV 82.94 163.02 116.63 -
System Red Green Blue C M Y K H S L
Decimal 67 79 145 0.54 0.46 0 0.43 230.77 0.37 0.42
Hex 43 4F 91 36 2E 0 2B E7 25 2A
Octal 103 117 221 66 56 0 53 347 45 52
Binary 1000011 1001111 10010001 110110 101110 0 101011 11100111 100101 101010

Color Harmonies of #434F91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434F91

Black with #434F91

Text Example


Text Example

White with #434F91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #434F91; }

 p { color: rgb(67,79,145); }

 H1.HeaderClassName
 {
   color: #434F91;
 }
 .AnyTagClassName
 {
   color: #434F91;
 }
</style>

background-color css

<style>
 a { background-color: #434F91; }

 a { background-color: rgb(67,79,145); }

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

border-color css

<style>
 span { border-color: #434F91; }

 span { border-color: rgb(67,79,145); }

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