Html Css Color HEX #39758E Astral

📋 copy color: '#39758E'

red 57 ◦ green 117 ◦ blue 142

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

Shades of Astral #39758E

Tints of Astral #39758E

RGB

 RED value IS 57 (22.66% from 255) = 18.04%

 GREEN value IS 117 (46.09% from 255) = 37.03%

 BLUE value IS 142 (55.86% from 255) = 44.94%

R = 18.04%
G = 37.03%
B = 44.94%

CMYK

 C value IS 0.60

 M value IS 0.18

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#39758E (or 0x39758E) is known color: Astral. HEX triplet: 39, 75 and 8E. RGB value is (57,117,142). Sum of RGB (Red+Green+Blue) = 57+117+142=316 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.04% from 316); Green value is 117 (46.09% from 255 or 37.03% from 316); Blue value is 142 (55.86% from 255 or 44.94% from 316); Max value from RGB is 142 - color contains mainly: blue. Hex color #39758E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #39758E is #C68A71. Grayscale: #656565. Windows color (decimal): -13011570 or 9336121. OLE color: 9336121.

HSL color Cylindrical-coordinate representation of color #39758E: hue angle of 197.65º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #39758E is Cyan = 0.60, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 57 117 142 -
CMYK 0.60 0.18 0 0.44
HSL 197.65º 0.43% 0.39% -
HSV(B) 197.65º 0.6% 0.56% -
XYZ 12.93 15.55 27.91 -
YUV 101.91 150.62 95.97 -
System Red Green Blue C M Y K H S L
Decimal 57 117 142 0.60 0.18 0 0.44 197.65 0.43 0.39
Hex 39 75 8E 3C 12 0 2C C6 2B 27
Octal 71 165 216 74 22 0 54 306 53 47
Binary 111001 1110101 10001110 111100 10010 0 101100 11000110 101011 100111

Color Harmonies of #39758E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39758E

Black with #39758E

Text Example


Text Example

White with #39758E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #39758E; }

 p { color: rgb(57,117,142); }

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

background-color css

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

 a { background-color: rgb(57,117,142); }

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

border-color css

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

 span { border-color: rgb(57,117,142); }

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