#37BDC8

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

Shades of Viking #37BDC8

Tints of Viking #37BDC8

Color information

#37BDC8 (or 0x37BDC8) is unknown color: approx Viking. HEX triplet: 37, BD and C8. RGB value is (55,189,200). Sum of RGB (Red+Green+Blue) = 55+189+200=444 (58% of max value = 765). Red value is 55 (21.88% from 255 or 12.39% from 444); Green value is 189 (74.22% from 255 or 42.57% from 444); Blue value is 200 (78.52% from 255 or 45.05% from 444); Max value from RGB is 200 - color contains mainly: blue. Hex color #37BDC8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37BDC8 is #C84237. Grayscale: #969696. Windows color (decimal): -13124152 or 13155639. OLE color: 13155639.

HSL color Cylindrical-coordinate representation of color #37BDC8: hue angle of 184.55º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #37BDC8 is Cyan = 0.72, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB55189200-
CMYK0.720.0600.22
HSL184.55º56.86%50%-
HSV(B)184.55º72.5%78.43%-
XYZ30.241.3861.04-
YUV150.19156.1160.11-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 12.39%
GREEN value IS 189 (74.22% from 255) = 42.57%
BLUE value IS 200 (78.52% from 255) = 45.05%
R=12.39%
G=42.57%
B=45.05%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal551892000.720.0600.22184.5556.8650
Hex37BDC8486016b93932
Octal6727531011060262717162
Binary1101111011110111001000100100011001011010111001111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37BDC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,189,200); }

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

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

 a { background-color: rgb(55,189,200); }

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

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

 span { border-color: rgb(55,189,200); }

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