#3EB5CF

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

Shades of Viking #3EB5CF

Tints of Viking #3EB5CF

Color information

#3EB5CF (or 0x3EB5CF) is unknown color: approx Viking. HEX triplet: 3E, B5 and CF. RGB value is (62,181,207). Sum of RGB (Red+Green+Blue) = 62+181+207=450 (59% of max value = 765). Red value is 62 (24.61% from 255 or 13.78% from 450); Green value is 181 (71.09% from 255 or 40.22% from 450); Blue value is 207 (81.25% from 255 or 46% from 450); Max value from RGB is 207 - color contains mainly: blue. Hex color #3EB5CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EB5CF is #C14A30. Grayscale: #949494. Windows color (decimal): -12667441 or 13612350. OLE color: 13612350.

HSL color Cylindrical-coordinate representation of color #3EB5CF: hue angle of 190.76º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3EB5CF is Cyan = 0.70, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB62181207-
CMYK0.700.1300.19
HSL190.76º60.17%52.75%-
HSV(B)190.76º70.05%81.18%-
XYZ29.7738.5864.91-
YUV148.38161.0866.39-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 13.78%
GREEN value IS 181 (71.09% from 255) = 40.22%
BLUE value IS 207 (81.25% from 255) = 46%
R=13.78%
G=40.22%
B=46%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal621812070.700.1300.19190.7660.1752.75
Hex3EB5CF46D013bf3c35
Octal76265317106150232777465
Binary11111010110101110011111000110110101001110111111111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EB5CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,181,207); }

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

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

 a { background-color: rgb(62,181,207); }

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

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

 span { border-color: rgb(62,181,207); }

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