Html Css Color HEX #425277 Astronaut

📋 copy color: '#425277'

red 66 ◦ green 82 ◦ blue 119

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

Shades of Astronaut #425277

Tints of Astronaut #425277

RGB

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

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

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

R = 24.72%
G = 30.71%
B = 44.57%

CMYK

 C value IS 0.45

 M value IS 0.31

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#425277 (or 0x425277) is known color: Astronaut. HEX triplet: 42, 52 and 77. RGB value is (66,82,119). Sum of RGB (Red+Green+Blue) = 66+82+119=267 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.72% from 267); Green value is 82 (32.42% from 255 or 30.71% from 267); Blue value is 119 (46.88% from 255 or 44.57% from 267); Max value from RGB is 119 - color contains mainly: blue. Hex color #425277 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425277 is #BDAD88. Grayscale: #515151. Windows color (decimal): -12430729 or 7819842. OLE color: 7819842.

HSL color Cylindrical-coordinate representation of color #425277: hue angle of 221.89º 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 #425277 is Cyan = 0.45, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 66 82 119 -
CMYK 0.45 0.31 0 0.53
HSL 221.89º 0.29% 0.36% -
HSV(B) 221.89º 0.45% 0.47% -
XYZ 8.59 8.52 18.65 -
YUV 81.43 149.2 116.99 -
System Red Green Blue C M Y K H S L
Decimal 66 82 119 0.45 0.31 0 0.53 221.89 0.29 0.36
Hex 42 52 77 2D 1F 0 35 DE 1D 24
Octal 102 122 167 55 37 0 65 336 35 44
Binary 1000010 1010010 1110111 101101 11111 0 110101 11011110 11101 100100

Color Harmonies of #425277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425277

Black with #425277

Text Example


Text Example

White with #425277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425277; }

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

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

background-color css

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

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

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

border-color css

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

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

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