Html Css Color HEX #425373 Astronaut

📋 copy color: '#425373'

red 66 ◦ green 83 ◦ blue 115

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

Shades of Astronaut #425373

Tints of Astronaut #425373

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 43.56%

R = 25%
G = 31.44%
B = 43.56%

CMYK

 C value IS 0.43

 M value IS 0.28

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#425373 (or 0x425373) is known color: Astronaut. HEX triplet: 42, 53 and 73. RGB value is (66,83,115). Sum of RGB (Red+Green+Blue) = 66+83+115=264 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25% from 264); Green value is 83 (32.81% from 255 or 31.44% from 264); Blue value is 115 (45.31% from 255 or 43.56% from 264); Max value from RGB is 115 - color contains mainly: blue. Hex color #425373 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425373 is #BDAC8C. Grayscale: #515151. Windows color (decimal): -12430477 or 7557954. OLE color: 7557954.

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

Color convert

RGB 66 83 115 -
CMYK 0.43 0.28 0 0.55
HSL 219.18º 0.27% 0.35% -
HSV(B) 219.18º 0.43% 0.45% -
XYZ 8.43 8.58 17.43 -
YUV 81.57 146.87 116.9 -
System Red Green Blue C M Y K H S L
Decimal 66 83 115 0.43 0.28 0 0.55 219.18 0.27 0.35
Hex 42 53 73 2B 1C 0 37 DB 1B 23
Octal 102 123 163 53 34 0 67 333 33 43
Binary 1000010 1010011 1110011 101011 11100 0 110111 11011011 11011 100011

Color Harmonies of #425373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425373

Black with #425373

Text Example


Text Example

White with #425373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425373; }

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

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

background-color css

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

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

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

border-color css

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

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

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