Html Css Color HEX #37748C Astral

📋 copy color: '#37748C'

red 55 ◦ green 116 ◦ blue 140

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

Shades of Astral #37748C

Tints of Astral #37748C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 37.3%

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

R = 17.68%
G = 37.3%
B = 45.02%

CMYK

 C value IS 0.61

 M value IS 0.17

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#37748C (or 0x37748C) is known color: Astral. HEX triplet: 37, 74 and 8C. RGB value is (55,116,140). Sum of RGB (Red+Green+Blue) = 55+116+140=311 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.68% from 311); Green value is 116 (45.70% from 255 or 37.30% from 311); Blue value is 140 (55.08% from 255 or 45.02% from 311); Max value from RGB is 140 - color contains mainly: blue. Hex color #37748C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #37748C is #C88B73. Grayscale: #646464. Windows color (decimal): -13142900 or 9204791. OLE color: 9204791.

HSL color Cylindrical-coordinate representation of color #37748C: hue angle of 196.94º 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 #37748C is Cyan = 0.61, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 55 116 140 -
CMYK 0.61 0.17 0 0.45
HSL 196.94º 0.44% 0.38% -
HSV(B) 196.94º 0.61% 0.55% -
XYZ 12.55 15.2 27.08 -
YUV 100.5 150.29 95.55 -
System Red Green Blue C M Y K H S L
Decimal 55 116 140 0.61 0.17 0 0.45 196.94 0.44 0.38
Hex 37 74 8C 3D 11 0 2D C5 2C 26
Octal 67 164 214 75 21 0 55 305 54 46
Binary 110111 1110100 10001100 111101 10001 0 101101 11000101 101100 100110

Color Harmonies of #37748C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37748C

Black with #37748C

Text Example


Text Example

White with #37748C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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