Html Css Color HEX #37758C Astral

📋 copy color: '#37758C'

red 55 ◦ green 117 ◦ blue 140

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

Shades of Astral #37758C

Tints of Astral #37758C

RGB

 RED value IS 55 (21.88% from 255) = 17.63%

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

 BLUE value IS 140 (55.08% from 255) = 44.87%

R = 17.63%
G = 37.5%
B = 44.87%

CMYK

 C value IS 0.61

 M value IS 0.16

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#37758C (or 0x37758C) is known color: Astral. HEX triplet: 37, 75 and 8C. RGB value is (55,117,140). Sum of RGB (Red+Green+Blue) = 55+117+140=312 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.63% from 312); Green value is 117 (46.09% from 255 or 37.5% from 312); Blue value is 140 (55.08% from 255 or 44.87% from 312); Max value from RGB is 140 - color contains mainly: blue. Hex color #37758C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #37758C is #C88A73. Grayscale: #646464. Windows color (decimal): -13142644 or 9205047. OLE color: 9205047.

HSL color Cylindrical-coordinate representation of color #37758C: hue angle of 196.24º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #37758C is Cyan = 0.61, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 55 117 140 -
CMYK 0.61 0.16 0 0.45
HSL 196.24º 0.44% 0.38% -
HSV(B) 196.24º 0.61% 0.55% -
XYZ 12.67 15.43 27.12 -
YUV 101.08 149.96 95.13 -
System Red Green Blue C M Y K H S L
Decimal 55 117 140 0.61 0.16 0 0.45 196.24 0.44 0.38
Hex 37 75 8C 3D 10 0 2D C4 2C 26
Octal 67 165 214 75 20 0 55 304 54 46
Binary 110111 1110101 10001100 111101 10000 0 101101 11000100 101100 100110

Color Harmonies of #37758C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37758C

Black with #37758C

Text Example


Text Example

White with #37758C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37758C; }

 p { color: rgb(55,117,140); }

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

background-color css

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

 a { background-color: rgb(55,117,140); }

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

border-color css

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

 span { border-color: rgb(55,117,140); }

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