Html Css Color HEX #37697B Astral

📋 copy color: '#37697B'

red 55 ◦ green 105 ◦ blue 123

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

Shades of Astral #37697B

Tints of Astral #37697B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 43.46%

R = 19.43%
G = 37.1%
B = 43.46%

CMYK

 C value IS 0.55

 M value IS 0.15

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#37697B (or 0x37697B) is known color: Astral. HEX triplet: 37, 69 and 7B. RGB value is (55,105,123). Sum of RGB (Red+Green+Blue) = 55+105+123=283 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.43% from 283); Green value is 105 (41.41% from 255 or 37.10% from 283); Blue value is 123 (48.44% from 255 or 43.46% from 283); Max value from RGB is 123 - color contains mainly: blue. Hex color #37697B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37697B is #C89684. Grayscale: #5B5B5B. Windows color (decimal): -13145733 or 8087863. OLE color: 8087863.

HSL color Cylindrical-coordinate representation of color #37697B: hue angle of 195.88º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #37697B is Cyan = 0.55, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 55 105 123 -
CMYK 0.55 0.15 0 0.52
HSL 195.88º 0.38% 0.35% -
HSV(B) 195.88º 0.55% 0.48% -
XYZ 10.2 12.35 20.58 -
YUV 92.1 145.44 101.54 -
System Red Green Blue C M Y K H S L
Decimal 55 105 123 0.55 0.15 0 0.52 195.88 0.38 0.35
Hex 37 69 7B 37 F 0 34 C4 26 23
Octal 67 151 173 67 17 0 64 304 46 43
Binary 110111 1101001 1111011 110111 1111 0 110100 11000100 100110 100011

Color Harmonies of #37697B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37697B

Black with #37697B

Text Example


Text Example

White with #37697B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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