Html Css Color HEX #434C75 Astronaut

📋 copy color: '#434C75'

red 67 ◦ green 76 ◦ blue 117

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

Shades of Astronaut #434C75

Tints of Astronaut #434C75

RGB

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

 GREEN value IS 76 (30.08% from 255) = 29.23%

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

R = 25.77%
G = 29.23%
B = 45%

CMYK

 C value IS 0.43

 M value IS 0.35

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#434C75 (or 0x434C75) is known color: Astronaut. HEX triplet: 43, 4C and 75. RGB value is (67,76,117). Sum of RGB (Red+Green+Blue) = 67+76+117=260 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.77% from 260); Green value is 76 (30.08% from 255 or 29.23% from 260); Blue value is 117 (46.09% from 255 or 45% from 260); Max value from RGB is 117 - color contains mainly: blue. Hex color #434C75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434C75 is #BCB38A. Grayscale: #4D4D4D. Windows color (decimal): -12366731 or 7687235. OLE color: 7687235.

HSL color Cylindrical-coordinate representation of color #434C75: hue angle of 229.2º 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 #434C75 is Cyan = 0.43, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 67 76 117 -
CMYK 0.43 0.35 0 0.54
HSL 229.2º 0.27% 0.36% -
HSV(B) 229.2º 0.43% 0.46% -
XYZ 8.11 7.65 17.88 -
YUV 77.98 150.02 120.17 -
System Red Green Blue C M Y K H S L
Decimal 67 76 117 0.43 0.35 0 0.54 229.2 0.27 0.36
Hex 43 4C 75 2B 23 0 36 E5 1B 24
Octal 103 114 165 53 43 0 66 345 33 44
Binary 1000011 1001100 1110101 101011 100011 0 110110 11100101 11011 100100

Color Harmonies of #434C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434C75

Black with #434C75

Text Example


Text Example

White with #434C75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #434C75; }

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

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

background-color css

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

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

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

border-color css

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

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

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