Html Css Color HEX #37698B Astral

📋 copy color: '#37698B'

red 55 ◦ green 105 ◦ blue 139

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

Shades of Astral #37698B

Tints of Astral #37698B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 46.49%

R = 18.39%
G = 35.12%
B = 46.49%

CMYK

 C value IS 0.60

 M value IS 0.24

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#37698B (or 0x37698B) is known color: Astral. HEX triplet: 37, 69 and 8B. RGB value is (55,105,139). Sum of RGB (Red+Green+Blue) = 55+105+139=299 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.39% from 299); Green value is 105 (41.41% from 255 or 35.12% from 299); Blue value is 139 (54.69% from 255 or 46.49% from 299); Max value from RGB is 139 - color contains mainly: blue. Hex color #37698B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #37698B is #C89674. Grayscale: #5D5D5D. Windows color (decimal): -13145717 or 9136439. OLE color: 9136439.

HSL color Cylindrical-coordinate representation of color #37698B: hue angle of 204.29º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #37698B is Cyan = 0.60, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 55 105 139 -
CMYK 0.60 0.24 0 0.45
HSL 204.29º 0.43% 0.38% -
HSV(B) 204.29º 0.6% 0.55% -
XYZ 11.29 12.78 26.3 -
YUV 93.93 153.44 100.24 -
System Red Green Blue C M Y K H S L
Decimal 55 105 139 0.60 0.24 0 0.45 204.29 0.43 0.38
Hex 37 69 8B 3C 18 0 2D CC 2B 26
Octal 67 151 213 74 30 0 55 314 53 46
Binary 110111 1101001 10001011 111100 11000 0 101101 11001100 101011 100110

Color Harmonies of #37698B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37698B

Black with #37698B

Text Example


Text Example

White with #37698B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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