Html Css Color HEX #37668C Astral

📋 copy color: '#37668C'

red 55 ◦ green 102 ◦ blue 140

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

Shades of Astral #37668C

Tints of Astral #37668C

RGB

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

 GREEN value IS 102 (40.23% from 255) = 34.34%

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

R = 18.52%
G = 34.34%
B = 47.14%

CMYK

 C value IS 0.61

 M value IS 0.27

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#37668C (or 0x37668C) is known color: Astral. HEX triplet: 37, 66 and 8C. RGB value is (55,102,140). Sum of RGB (Red+Green+Blue) = 55+102+140=297 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.52% from 297); Green value is 102 (40.23% from 255 or 34.34% from 297); Blue value is 140 (55.08% from 255 or 47.14% from 297); Max value from RGB is 140 - color contains mainly: blue. Hex color #37668C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #37668C is #C89973. Grayscale: #5C5C5C. Windows color (decimal): -13146484 or 9201207. OLE color: 9201207.

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

Color convert

RGB 55 102 140 -
CMYK 0.61 0.27 0 0.45
HSL 206.82º 0.44% 0.38% -
HSV(B) 206.82º 0.61% 0.55% -
XYZ 11.06 12.21 26.58 -
YUV 92.28 154.93 101.41 -
System Red Green Blue C M Y K H S L
Decimal 55 102 140 0.61 0.27 0 0.45 206.82 0.44 0.38
Hex 37 66 8C 3D 1B 0 2D CF 2C 26
Octal 67 146 214 75 33 0 55 317 54 46
Binary 110111 1100110 10001100 111101 11011 0 101101 11001111 101100 100110

Color Harmonies of #37668C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37668C

Black with #37668C

Text Example


Text Example

White with #37668C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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