Html Css Color HEX #37698E Astral

📋 copy color: '#37698E'

red 55 ◦ green 105 ◦ blue 142

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

Shades of Astral #37698E

Tints of Astral #37698E

RGB

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

 GREEN value IS 105 (41.41% from 255) = 34.77%

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

R = 18.21%
G = 34.77%
B = 47.02%

CMYK

 C value IS 0.61

 M value IS 0.26

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#37698E (or 0x37698E) is known color: Astral. HEX triplet: 37, 69 and 8E. RGB value is (55,105,142). Sum of RGB (Red+Green+Blue) = 55+105+142=302 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.21% from 302); Green value is 105 (41.41% from 255 or 34.77% from 302); Blue value is 142 (55.86% from 255 or 47.02% from 302); Max value from RGB is 142 - color contains mainly: blue. Hex color #37698E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #37698E is #C89671. Grayscale: #5E5E5E. Windows color (decimal): -13145714 or 9333047. OLE color: 9333047.

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

Color convert

RGB 55 105 142 -
CMYK 0.61 0.26 0 0.44
HSL 205.52º 0.44% 0.39% -
HSV(B) 205.52º 0.61% 0.56% -
XYZ 11.51 12.87 27.47 -
YUV 94.27 154.94 99.99 -
System Red Green Blue C M Y K H S L
Decimal 55 105 142 0.61 0.26 0 0.44 205.52 0.44 0.39
Hex 37 69 8E 3D 1A 0 2C CE 2C 27
Octal 67 151 216 75 32 0 54 316 54 47
Binary 110111 1101001 10001110 111101 11010 0 101100 11001110 101100 100111

Color Harmonies of #37698E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37698E

Black with #37698E

Text Example


Text Example

White with #37698E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,105,142); }

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

background-color css

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

 a { background-color: rgb(55,105,142); }

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

border-color css

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

 span { border-color: rgb(55,105,142); }

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