Html Css Color HEX #425376 Astronaut

📋 copy color: '#425376'

red 66 ◦ green 83 ◦ blue 118

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

Shades of Astronaut #425376

Tints of Astronaut #425376

RGB

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

 GREEN value IS 83 (32.81% from 255) = 31.09%

 BLUE value IS 118 (46.48% from 255) = 44.19%

R = 24.72%
G = 31.09%
B = 44.19%

CMYK

 C value IS 0.44

 M value IS 0.30

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#425376 (or 0x425376) is known color: Astronaut. HEX triplet: 42, 53 and 76. RGB value is (66,83,118). Sum of RGB (Red+Green+Blue) = 66+83+118=267 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.72% from 267); Green value is 83 (32.81% from 255 or 31.09% from 267); Blue value is 118 (46.48% from 255 or 44.19% from 267); Max value from RGB is 118 - color contains mainly: blue. Hex color #425376 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425376 is #BDAC89. Grayscale: #515151. Windows color (decimal): -12430474 or 7754562. OLE color: 7754562.

HSL color Cylindrical-coordinate representation of color #425376: hue angle of 220.38º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #425376 is Cyan = 0.44, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 66 83 118 -
CMYK 0.44 0.30 0 0.54
HSL 220.38º 0.28% 0.36% -
HSV(B) 220.38º 0.44% 0.46% -
XYZ 8.61 8.65 18.36 -
YUV 81.91 148.37 116.65 -
System Red Green Blue C M Y K H S L
Decimal 66 83 118 0.44 0.30 0 0.54 220.38 0.28 0.36
Hex 42 53 76 2C 1E 0 36 DC 1C 24
Octal 102 123 166 54 36 0 66 334 34 44
Binary 1000010 1010011 1110110 101100 11110 0 110110 11011100 11100 100100

Color Harmonies of #425376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425376

Black with #425376

Text Example


Text Example

White with #425376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425376; }

 p { color: rgb(66,83,118); }

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

background-color css

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

 a { background-color: rgb(66,83,118); }

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

border-color css

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

 span { border-color: rgb(66,83,118); }

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