Html Css Color HEX #425272 Astronaut

📋 copy color: '#425272'

red 66 ◦ green 82 ◦ blue 114

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

Shades of Astronaut #425272

Tints of Astronaut #425272

RGB

 RED value IS 66 (26.17% from 255) = 25.19%

 GREEN value IS 82 (32.42% from 255) = 31.3%

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

R = 25.19%
G = 31.3%
B = 43.51%

CMYK

 C value IS 0.42

 M value IS 0.28

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#425272 (or 0x425272) is known color: Astronaut. HEX triplet: 42, 52 and 72. RGB value is (66,82,114). Sum of RGB (Red+Green+Blue) = 66+82+114=262 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.19% from 262); Green value is 82 (32.42% from 255 or 31.30% from 262); Blue value is 114 (44.92% from 255 or 43.51% from 262); Max value from RGB is 114 - color contains mainly: blue. Hex color #425272 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425272 is #BDAD8D. Grayscale: #505050. Windows color (decimal): -12430734 or 7492162. OLE color: 7492162.

HSL color Cylindrical-coordinate representation of color #425272: hue angle of 220º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #425272 is Cyan = 0.42, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 66 82 114 -
CMYK 0.42 0.28 0 0.55
HSL 220º 0.27% 0.35% -
HSV(B) 220º 0.42% 0.45% -
XYZ 8.3 8.41 17.1 -
YUV 80.86 146.7 117.4 -
System Red Green Blue C M Y K H S L
Decimal 66 82 114 0.42 0.28 0 0.55 220 0.27 0.35
Hex 42 52 72 2A 1C 0 37 DC 1B 23
Octal 102 122 162 52 34 0 67 334 33 43
Binary 1000010 1010010 1110010 101010 11100 0 110111 11011100 11011 100011

Color Harmonies of #425272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425272

Black with #425272

Text Example


Text Example

White with #425272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425272; }

 p { color: rgb(66,82,114); }

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

background-color css

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

 a { background-color: rgb(66,82,114); }

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

border-color css

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

 span { border-color: rgb(66,82,114); }

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