Html Css Color HEX #434E72 Astronaut

📋 copy color: '#434E72'

red 67 ◦ green 78 ◦ blue 114

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

Shades of Astronaut #434E72

Tints of Astronaut #434E72

RGB

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

 GREEN value IS 78 (30.86% from 255) = 30.12%

 BLUE value IS 114 (44.92% from 255) = 44.02%

R = 25.87%
G = 30.12%
B = 44.02%

CMYK

 C value IS 0.41

 M value IS 0.32

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#434E72 (or 0x434E72) is known color: Astronaut. HEX triplet: 43, 4E and 72. RGB value is (67,78,114). Sum of RGB (Red+Green+Blue) = 67+78+114=259 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.87% from 259); Green value is 78 (30.86% from 255 or 30.12% from 259); Blue value is 114 (44.92% from 255 or 44.02% from 259); Max value from RGB is 114 - color contains mainly: blue. Hex color #434E72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #434E72 is #BCB18D. Grayscale: #4E4E4E. Windows color (decimal): -12366222 or 7491139. OLE color: 7491139.

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

Color convert

RGB 67 78 114 -
CMYK 0.41 0.32 0 0.55
HSL 225.96º 0.26% 0.35% -
HSV(B) 225.96º 0.41% 0.45% -
XYZ 8.08 7.86 17.01 -
YUV 78.82 147.86 119.57 -
System Red Green Blue C M Y K H S L
Decimal 67 78 114 0.41 0.32 0 0.55 225.96 0.26 0.35
Hex 43 4E 72 29 20 0 37 E2 1A 23
Octal 103 116 162 51 40 0 67 342 32 43
Binary 1000011 1001110 1110010 101001 100000 0 110111 11100010 11010 100011

Color Harmonies of #434E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434E72

Black with #434E72

Text Example


Text Example

White with #434E72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,78,114); }

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

background-color css

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

 a { background-color: rgb(67,78,114); }

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

border-color css

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

 span { border-color: rgb(67,78,114); }

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