Html Css Color HEX #425377 Astronaut

📋 copy color: '#425377'

red 66 ◦ green 83 ◦ blue 119

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

Shades of Astronaut #425377

Tints of Astronaut #425377

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 44.4%

R = 24.63%
G = 30.97%
B = 44.4%

CMYK

 C value IS 0.45

 M value IS 0.30

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#425377 (or 0x425377) is known color: Astronaut. HEX triplet: 42, 53 and 77. RGB value is (66,83,119). Sum of RGB (Red+Green+Blue) = 66+83+119=268 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.63% from 268); Green value is 83 (32.81% from 255 or 30.97% from 268); Blue value is 119 (46.88% from 255 or 44.40% from 268); Max value from RGB is 119 - color contains mainly: blue. Hex color #425377 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425377 is #BDAC88. Grayscale: #515151. Windows color (decimal): -12430473 or 7820098. OLE color: 7820098.

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

Color convert

RGB 66 83 119 -
CMYK 0.45 0.30 0 0.53
HSL 220.75º 0.29% 0.36% -
HSV(B) 220.75º 0.45% 0.47% -
XYZ 8.67 8.68 18.67 -
YUV 82.02 148.87 116.57 -
System Red Green Blue C M Y K H S L
Decimal 66 83 119 0.45 0.30 0 0.53 220.75 0.29 0.36
Hex 42 53 77 2D 1E 0 35 DD 1D 24
Octal 102 123 167 55 36 0 65 335 35 44
Binary 1000010 1010011 1110111 101101 11110 0 110101 11011101 11101 100100

Color Harmonies of #425377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425377

Black with #425377

Text Example


Text Example

White with #425377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425377; }

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

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

background-color css

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

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

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

border-color css

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

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

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