Html Css Color HEX #37658A Astral

📋 copy color: '#37658A'

red 55 ◦ green 101 ◦ blue 138

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

Shades of Astral #37658A

Tints of Astral #37658A

RGB

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

 GREEN value IS 101 (39.84% from 255) = 34.35%

 BLUE value IS 138 (54.3% from 255) = 46.94%

R = 18.71%
G = 34.35%
B = 46.94%

CMYK

 C value IS 0.60

 M value IS 0.27

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#37658A (or 0x37658A) is known color: Astral. HEX triplet: 37, 65 and 8A. RGB value is (55,101,138). Sum of RGB (Red+Green+Blue) = 55+101+138=294 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.71% from 294); Green value is 101 (39.84% from 255 or 34.35% from 294); Blue value is 138 (54.30% from 255 or 46.94% from 294); Max value from RGB is 138 - color contains mainly: blue. Hex color #37658A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #37658A is #C89A75. Grayscale: #5B5B5B. Windows color (decimal): -13146742 or 9069879. OLE color: 9069879.

HSL color Cylindrical-coordinate representation of color #37658A: hue angle of 206.75º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #37658A is Cyan = 0.60, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 55 101 138 -
CMYK 0.60 0.27 0 0.46
HSL 206.75º 0.43% 0.38% -
HSV(B) 206.75º 0.6% 0.54% -
XYZ 10.82 11.95 25.78 -
YUV 91.46 154.26 101.99 -
System Red Green Blue C M Y K H S L
Decimal 55 101 138 0.60 0.27 0 0.46 206.75 0.43 0.38
Hex 37 65 8A 3C 1B 0 2E CF 2B 26
Octal 67 145 212 74 33 0 56 317 53 46
Binary 110111 1100101 10001010 111100 11011 0 101110 11001111 101011 100110

Color Harmonies of #37658A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37658A

Black with #37658A

Text Example


Text Example

White with #37658A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37658A; }

 p { color: rgb(55,101,138); }

 H1.HeaderClassName
 {
   color: #37658A;
 }
 .AnyTagClassName
 {
   color: #37658A;
 }
</style>

background-color css

<style>
 a { background-color: #37658A; }

 a { background-color: rgb(55,101,138); }

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

border-color css

<style>
 span { border-color: #37658A; }

 span { border-color: rgb(55,101,138); }

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