Html Css Color HEX #37678A Astral

📋 copy color: '#37678A'

red 55 ◦ green 103 ◦ blue 138

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

Shades of Astral #37678A

Tints of Astral #37678A

RGB

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

 GREEN value IS 103 (40.63% from 255) = 34.8%

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

R = 18.58%
G = 34.8%
B = 46.62%

CMYK

 C value IS 0.60

 M value IS 0.25

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#37678A (or 0x37678A) is known color: Astral. HEX triplet: 37, 67 and 8A. RGB value is (55,103,138). Sum of RGB (Red+Green+Blue) = 55+103+138=296 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.58% from 296); Green value is 103 (40.62% from 255 or 34.80% from 296); Blue value is 138 (54.30% from 255 or 46.62% from 296); Max value from RGB is 138 - color contains mainly: blue. Hex color #37678A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #37678A is #C89875. Grayscale: #5C5C5C. Windows color (decimal): -13146230 or 9070391. OLE color: 9070391.

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

Color convert

RGB 55 103 138 -
CMYK 0.60 0.25 0 0.46
HSL 205.3º 0.43% 0.38% -
HSV(B) 205.3º 0.6% 0.54% -
XYZ 11.01 12.35 25.85 -
YUV 92.64 153.6 101.15 -
System Red Green Blue C M Y K H S L
Decimal 55 103 138 0.60 0.25 0 0.46 205.3 0.43 0.38
Hex 37 67 8A 3C 19 0 2E CD 2B 26
Octal 67 147 212 74 31 0 56 315 53 46
Binary 110111 1100111 10001010 111100 11001 0 101110 11001101 101011 100110

Color Harmonies of #37678A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37678A

Black with #37678A

Text Example


Text Example

White with #37678A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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