Html Css Color HEX #434F8C Tory Blue

📋 copy color: '#434F8C'

red 67 ◦ green 79 ◦ blue 140

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

Shades of Tory Blue #434F8C

Tints of Tory Blue #434F8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 48.95%

R = 23.43%
G = 27.62%
B = 48.95%

CMYK

 C value IS 0.52

 M value IS 0.44

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#434F8C (or 0x434F8C) is known color: Tory Blue. HEX triplet: 43, 4F and 8C. RGB value is (67,79,140). Sum of RGB (Red+Green+Blue) = 67+79+140=286 (37% of max value = 765). Red value is 67 (26.56% from 255 or 23.43% from 286); Green value is 79 (31.25% from 255 or 27.62% from 286); Blue value is 140 (55.08% from 255 or 48.95% from 286); Max value from RGB is 140 - color contains mainly: blue. Hex color #434F8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #434F8C is #BCB073. Grayscale: #525252. Windows color (decimal): -12365940 or 9195331. OLE color: 9195331.

HSL color Cylindrical-coordinate representation of color #434F8C: hue angle of 230.14º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #434F8C is Cyan = 0.52, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 67 79 140 -
CMYK 0.52 0.44 0 0.45
HSL 230.14º 0.35% 0.41% -
HSV(B) 230.14º 0.52% 0.55% -
XYZ 9.84 8.68 25.97 -
YUV 82.37 160.52 117.04 -
System Red Green Blue C M Y K H S L
Decimal 67 79 140 0.52 0.44 0 0.45 230.14 0.35 0.41
Hex 43 4F 8C 34 2C 0 2D E6 23 29
Octal 103 117 214 64 54 0 55 346 43 51
Binary 1000011 1001111 10001100 110100 101100 0 101101 11100110 100011 101001

Color Harmonies of #434F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434F8C

Black with #434F8C

Text Example


Text Example

White with #434F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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