Html Css Color HEX #425274 Astronaut

📋 copy color: '#425274'

red 66 ◦ green 82 ◦ blue 116

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

Shades of Astronaut #425274

Tints of Astronaut #425274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 43.94%

R = 25%
G = 31.06%
B = 43.94%

CMYK

 C value IS 0.43

 M value IS 0.29

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#425274 (or 0x425274) is known color: Astronaut. HEX triplet: 42, 52 and 74. RGB value is (66,82,116). Sum of RGB (Red+Green+Blue) = 66+82+116=264 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25% from 264); Green value is 82 (32.42% from 255 or 31.06% from 264); Blue value is 116 (45.70% from 255 or 43.94% from 264); Max value from RGB is 116 - color contains mainly: blue. Hex color #425274 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425274 is #BDAD8B. Grayscale: #505050. Windows color (decimal): -12430732 or 7623234. OLE color: 7623234.

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

Color convert

RGB 66 82 116 -
CMYK 0.43 0.29 0 0.55
HSL 220.8º 0.27% 0.36% -
HSV(B) 220.8º 0.43% 0.45% -
XYZ 8.42 8.45 17.71 -
YUV 81.09 147.7 117.24 -
System Red Green Blue C M Y K H S L
Decimal 66 82 116 0.43 0.29 0 0.55 220.8 0.27 0.36
Hex 42 52 74 2B 1D 0 37 DD 1B 24
Octal 102 122 164 53 35 0 67 335 33 44
Binary 1000010 1010010 1110100 101011 11101 0 110111 11011101 11011 100100

Color Harmonies of #425274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425274

Black with #425274

Text Example


Text Example

White with #425274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425274; }

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

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

background-color css

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

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

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

border-color css

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

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

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