Html Css Color HEX #37688B Astral

📋 copy color: '#37688B'

red 55 ◦ green 104 ◦ blue 139

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

Shades of Astral #37688B

Tints of Astral #37688B

RGB

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

 GREEN value IS 104 (41.02% from 255) = 34.9%

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

R = 18.46%
G = 34.9%
B = 46.64%

CMYK

 C value IS 0.60

 M value IS 0.25

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#37688B (or 0x37688B) is known color: Astral. HEX triplet: 37, 68 and 8B. RGB value is (55,104,139). Sum of RGB (Red+Green+Blue) = 55+104+139=298 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.46% from 298); Green value is 104 (41.02% from 255 or 34.90% from 298); Blue value is 139 (54.69% from 255 or 46.64% from 298); Max value from RGB is 139 - color contains mainly: blue. Hex color #37688B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #37688B is #C89774. Grayscale: #5D5D5D. Windows color (decimal): -13145973 or 9136183. OLE color: 9136183.

HSL color Cylindrical-coordinate representation of color #37688B: hue angle of 205º 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 #37688B is Cyan = 0.60, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 55 104 139 -
CMYK 0.60 0.25 0 0.45
HSL 205º 0.43% 0.38% -
HSV(B) 205º 0.6% 0.55% -
XYZ 11.19 12.58 26.26 -
YUV 93.34 153.77 100.65 -
System Red Green Blue C M Y K H S L
Decimal 55 104 139 0.60 0.25 0 0.45 205 0.43 0.38
Hex 37 68 8B 3C 19 0 2D CD 2B 26
Octal 67 150 213 74 31 0 55 315 53 46
Binary 110111 1101000 10001011 111100 11001 0 101101 11001101 101011 100110

Color Harmonies of #37688B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37688B

Black with #37688B

Text Example


Text Example

White with #37688B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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