Html Css Color HEX #435075 Astronaut

📋 copy color: '#435075'

red 67 ◦ green 80 ◦ blue 117

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

Shades of Astronaut #435075

Tints of Astronaut #435075

RGB

 RED value IS 67 (26.56% from 255) = 25.38%

 GREEN value IS 80 (31.64% from 255) = 30.3%

 BLUE value IS 117 (46.09% from 255) = 44.32%

R = 25.38%
G = 30.3%
B = 44.32%

CMYK

 C value IS 0.43

 M value IS 0.32

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#435075 (or 0x435075) is known color: Astronaut. HEX triplet: 43, 50 and 75. RGB value is (67,80,117). Sum of RGB (Red+Green+Blue) = 67+80+117=264 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.38% from 264); Green value is 80 (31.64% from 255 or 30.30% from 264); Blue value is 117 (46.09% from 255 or 44.32% from 264); Max value from RGB is 117 - color contains mainly: blue. Hex color #435075 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #435075 is #BCAF8A. Grayscale: #505050. Windows color (decimal): -12365707 or 7688259. OLE color: 7688259.

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

Color convert

RGB 67 80 117 -
CMYK 0.43 0.32 0 0.54
HSL 224.4º 0.27% 0.36% -
HSV(B) 224.4º 0.43% 0.46% -
XYZ 8.39 8.21 17.97 -
YUV 80.33 148.69 118.49 -
System Red Green Blue C M Y K H S L
Decimal 67 80 117 0.43 0.32 0 0.54 224.4 0.27 0.36
Hex 43 50 75 2B 20 0 36 E0 1B 24
Octal 103 120 165 53 40 0 66 340 33 44
Binary 1000011 1010000 1110101 101011 100000 0 110110 11100000 11011 100100

Color Harmonies of #435075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #435075

Black with #435075

Text Example


Text Example

White with #435075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #435075; }

 p { color: rgb(67,80,117); }

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

background-color css

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

 a { background-color: rgb(67,80,117); }

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

border-color css

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

 span { border-color: rgb(67,80,117); }

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