Html Css Color HEX #37AABC Viking

📋 copy color: '#37AABC'

red 55 ◦ green 170 ◦ blue 188

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

Shades of Viking #37AABC

Tints of Viking #37AABC

RGB

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

 GREEN value IS 170 (66.8% from 255) = 41.16%

 BLUE value IS 188 (73.83% from 255) = 45.52%

R = 13.32%
G = 41.16%
B = 45.52%

CMYK

 C value IS 0.71

 M value IS 0.10

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#37AABC (or 0x37AABC) is known color: Viking. HEX triplet: 37, AA and BC. RGB value is (55,170,188). Sum of RGB (Red+Green+Blue) = 55+170+188=413 (54% of max value = 765). Red value is 55 (21.88% from 255 or 13.32% from 413); Green value is 170 (66.80% from 255 or 41.16% from 413); Blue value is 188 (73.83% from 255 or 45.52% from 413); Max value from RGB is 188 - color contains mainly: blue. Hex color #37AABC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #37AABC is #C85543. Grayscale: #898989. Windows color (decimal): -13129028 or 12364343. OLE color: 12364343.

HSL color Cylindrical-coordinate representation of color #37AABC: hue angle of 188.12º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #37AABC is Cyan = 0.71, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 55 170 188 -
CMYK 0.71 0.10 0 0.26
HSL 188.12º 0.55% 0.48% -
HSV(B) 188.12º 0.71% 0.74% -
XYZ 25.03 33.19 52.66 -
YUV 137.67 156.4 69.04 -
System Red Green Blue C M Y K H S L
Decimal 55 170 188 0.71 0.10 0 0.26 188.12 0.55 0.48
Hex 37 AA BC 47 A 0 1A BC 37 30
Octal 67 252 274 107 12 0 32 274 67 60
Binary 110111 10101010 10111100 1000111 1010 0 11010 10111100 110111 110000

Color Harmonies of #37AABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37AABC

Black with #37AABC

Text Example


Text Example

White with #37AABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37AABC; }

 p { color: rgb(55,170,188); }

 H1.HeaderClassName
 {
   color: #37AABC;
 }
 .AnyTagClassName
 {
   color: #37AABC;
 }
</style>

background-color css

<style>
 a { background-color: #37AABC; }

 a { background-color: rgb(55,170,188); }

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

border-color css

<style>
 span { border-color: #37AABC; }

 span { border-color: rgb(55,170,188); }

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