#3eb8cc

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

Shades of Viking #3EB8CC

Tints of Viking #3EB8CC

Color information

#3EB8CC (or 0x3EB8CC) is unknown color: approx Viking. HEX triplet: 3E, B8 and CC. RGB value is (62,184,204). Sum of RGB (Red+Green+Blue) = 62+184+204=450 (59% of max value = 765). Red value is 62 (24.61% from 255 or 13.78% from 450); Green value is 184 (72.27% from 255 or 40.89% from 450); Blue value is 204 (80.08% from 255 or 45.33% from 450); Max value from RGB is 204 - color contains mainly: blue. Hex color #3EB8CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EB8CC is #C14733. Grayscale: #959595. Windows color (decimal): -12666676 or 13416510. OLE color: 13416510.

HSL color Cylindrical-coordinate representation of color #3EB8CC: hue angle of 188.45º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3EB8CC is Cyan = 0.70, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB62184204-
CMYK0.700.1000.2
HSL188.45º58.2%52.16%-
HSV(B)188.45º69.61%80%-
XYZ30.0339.6663.2-
YUV149.8158.5865.37-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 13.78%
GREEN value IS 184 (72.27% from 255) = 40.89%
BLUE value IS 204 (80.08% from 255) = 45.33%
R=13.78%
G=40.89%
B=45.33%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal621842040.700.1000.2188.4558.252.16
Hex3EB8CC46A014bc3a34
Octal76270314106120242747264
Binary11111010111000110011001000110101001010010111100111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3eb8cc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3eb8cc; }

 p { color: rgb(62,184,204); }

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

<style>
 a { background-color: #3eb8cc; }

 a { background-color: rgb(62,184,204); }

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

<style>
 span { border-color: #3eb8cc; }

 span { border-color: rgb(62,184,204); }

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