#37BECA

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

Shades of Viking #37BECA

Tints of Viking #37BECA

Color information

#37BECA (or 0x37BECA) is unknown color: approx Viking. HEX triplet: 37, BE and CA. RGB value is (55,190,202). Sum of RGB (Red+Green+Blue) = 55+190+202=447 (59% of max value = 765). Red value is 55 (21.88% from 255 or 12.30% from 447); Green value is 190 (74.61% from 255 or 42.51% from 447); Blue value is 202 (79.30% from 255 or 45.19% from 447); Max value from RGB is 202 - color contains mainly: blue. Hex color #37BECA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37BECA is #C84135. Grayscale: #969696. Windows color (decimal): -13123894 or 13286967. OLE color: 13286967.

HSL color Cylindrical-coordinate representation of color #37BECA: hue angle of 184.9º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #37BECA is Cyan = 0.73, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB55190202-
CMYK0.730.0600.21
HSL184.9º58.1%50.39%-
HSV(B)184.9º72.77%79.22%-
XYZ30.6541.962.35-
YUV151156.7759.52-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 12.30%
GREEN value IS 190 (74.61% from 255) = 42.51%
BLUE value IS 202 (79.30% from 255) = 45.19%
R=12.30%
G=42.51%
B=45.19%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal551902020.730.0600.21184.958.150.39
Hex37BECA496015b93a32
Octal6727631211160252717262
Binary1101111011111011001010100100111001010110111001111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37BECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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