#37ABBE

Color #37ABBE Viking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viking #37ABBE

Tints of Viking #37ABBE

Color information

#37ABBE (or 0x37ABBE) is unknown color: approx Viking. HEX triplet: 37, AB and BE. RGB value is (55,171,190). Sum of RGB (Red+Green+Blue) = 55+171+190=416 (55% of max value = 765). Red value is 55 (21.88% from 255 or 13.22% from 416); Green value is 171 (67.19% from 255 or 41.11% from 416); Blue value is 190 (74.61% from 255 or 45.67% from 416); Max value from RGB is 190 - color contains mainly: blue. Hex color #37ABBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #37ABBE is #C85441. Grayscale: #8A8A8A. Windows color (decimal): -13128770 or 12495671. OLE color: 12495671.

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

Color convert

RGB55171190-
CMYK0.710.1000.25
HSL188.44º55.1%48.04%-
HSV(B)188.44º71.05%74.51%-
XYZ25.4333.6653.87-
YUV138.48157.0768.46-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 13.22%
GREEN value IS 171 (67.19% from 255) = 41.11%
BLUE value IS 190 (74.61% from 255) = 45.67%
R=13.22%
G=41.11%
B=45.67%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal551711900.710.1000.25188.4455.148.04
Hex37ABBE47A019bc3730
Octal67253276107120312746760
Binary11011110101011101111101000111101001100110111100110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37ABBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,171,190); }

 H1.HeaderClassName
 {
   color: #37ABBE;
 }
 .AnyTagClassName
 {
   color: #37ABBE;
 }
</style>
background-color css

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

 a { background-color: rgb(55,171,190); }

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

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

 span { border-color: rgb(55,171,190); }

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