Html Css Color HEX #434A60 Blue Zodiac

📋 copy color: '#434A60'

red 67 ◦ green 74 ◦ blue 96

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

Shades of Blue Zodiac #434A60

Tints of Blue Zodiac #434A60

RGB

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

 GREEN value IS 74 (29.3% from 255) = 31.22%

 BLUE value IS 96 (37.89% from 255) = 40.51%

R = 28.27%
G = 31.22%
B = 40.51%

CMYK

 C value IS 0.30

 M value IS 0.23

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#434A60 (or 0x434A60) is known color: Blue Zodiac. HEX triplet: 43, 4A and 60. RGB value is (67,74,96). Sum of RGB (Red+Green+Blue) = 67+74+96=237 (31% of max value = 765). Red value is 67 (26.56% from 255 or 28.27% from 237); Green value is 74 (29.30% from 255 or 31.22% from 237); Blue value is 96 (37.89% from 255 or 40.51% from 237); Max value from RGB is 96 - color contains mainly: blue. Hex color #434A60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434A60 is #BCB59F. Grayscale: #4A4A4A. Windows color (decimal): -12367264 or 6310467. OLE color: 6310467.

HSL color Cylindrical-coordinate representation of color #434A60: hue angle of 225.52º degrees, saturation: 0.18, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #434A60 is Cyan = 0.30, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 67 74 96 -
CMYK 0.30 0.23 0 0.62
HSL 225.52º 0.18% 0.32% -
HSV(B) 225.52º 0.3% 0.38% -
XYZ 6.87 6.94 12.04 -
YUV 74.42 140.18 122.71 -
System Red Green Blue C M Y K H S L
Decimal 67 74 96 0.30 0.23 0 0.62 225.52 0.18 0.32
Hex 43 4A 60 1E 17 0 3E E2 12 20
Octal 103 112 140 36 27 0 76 342 22 40
Binary 1000011 1001010 1100000 11110 10111 0 111110 11100010 10010 100000

Color Harmonies of #434A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434A60

Black with #434A60

Text Example


Text Example

White with #434A60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,74,96); }

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

background-color css

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

 a { background-color: rgb(67,74,96); }

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

border-color css

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

 span { border-color: rgb(67,74,96); }

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