Html Css Color HEX #3EB6CE Viking

📋 copy color: '#3EB6CE'

red 62 ◦ green 182 ◦ blue 206

#3EB6CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Viking #3EB6CE

Tints of Viking #3EB6CE

RGB

 RED value IS 62 (24.61% from 255) = 13.78%

 GREEN value IS 182 (71.48% from 255) = 40.44%

 BLUE value IS 206 (80.86% from 255) = 45.78%

R = 13.78%
G = 40.44%
B = 45.78%

CMYK

 C value IS 0.70

 M value IS 0.12

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3EB6CE (or 0x3EB6CE) is known color: Viking. HEX triplet: 3E, B6 and CE. RGB value is (62,182,206). Sum of RGB (Red+Green+Blue) = 62+182+206=450 (59% of max value = 765). Red value is 62 (24.61% from 255 or 13.78% from 450); Green value is 182 (71.48% from 255 or 40.44% from 450); Blue value is 206 (80.86% from 255 or 45.78% from 450); Max value from RGB is 206 - color contains mainly: blue. Hex color #3EB6CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EB6CE is #C14931. Grayscale: #949494. Windows color (decimal): -12667186 or 13547070. OLE color: 13547070.

HSL color Cylindrical-coordinate representation of color #3EB6CE: hue angle of 190º 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 #3EB6CE is Cyan = 0.70, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 62 182 206 -
CMYK 0.70 0.12 0 0.19
HSL 190º 0.6% 0.53% -
HSV(B) 190º 0.7% 0.81% -
XYZ 29.86 38.94 64.33 -
YUV 148.86 160.24 66.05 -
System Red Green Blue C M Y K H S L
Decimal 62 182 206 0.70 0.12 0 0.19 190 0.6 0.53
Hex 3E B6 CE 46 C 0 13 BE 3C 35
Octal 76 266 316 106 14 0 23 276 74 65
Binary 111110 10110110 11001110 1000110 1100 0 10011 10111110 111100 110101

Color Harmonies of #3EB6CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EB6CE

Black with #3EB6CE

Text Example


Text Example

White with #3EB6CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,182,206); }

 H1.HeaderClassName
 {
   color: #3EB6CE;
 }
 .AnyTagClassName
 {
   color: #3EB6CE;
 }
</style>

background-color css

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

 a { background-color: rgb(62,182,206); }

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

border-color css

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

 span { border-color: rgb(62,182,206); }

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