Html Css Color HEX #3EB0CF Viking

📋 copy color: '#3EB0CF'

red 62 ◦ green 176 ◦ blue 207

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

Shades of Viking #3EB0CF

Tints of Viking #3EB0CF

RGB

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

 GREEN value IS 176 (69.14% from 255) = 39.55%

 BLUE value IS 207 (81.25% from 255) = 46.52%

R = 13.93%
G = 39.55%
B = 46.52%

CMYK

 C value IS 0.70

 M value IS 0.15

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3EB0CF (or 0x3EB0CF) is known color: Viking. HEX triplet: 3E, B0 and CF. RGB value is (62,176,207). Sum of RGB (Red+Green+Blue) = 62+176+207=445 (58% of max value = 765). Red value is 62 (24.61% from 255 or 13.93% from 445); Green value is 176 (69.14% from 255 or 39.55% from 445); Blue value is 207 (81.25% from 255 or 46.52% from 445); Max value from RGB is 207 - color contains mainly: blue. Hex color #3EB0CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3EB0CF is #C14F30. Grayscale: #919191. Windows color (decimal): -12668721 or 13611070. OLE color: 13611070.

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

Color convert

RGB 62 176 207 -
CMYK 0.70 0.15 0 0.19
HSL 192.83º 0.6% 0.53% -
HSV(B) 192.83º 0.7% 0.81% -
XYZ 28.77 36.58 64.58 -
YUV 145.45 162.73 68.48 -
System Red Green Blue C M Y K H S L
Decimal 62 176 207 0.70 0.15 0 0.19 192.83 0.6 0.53
Hex 3E B0 CF 46 F 0 13 C1 3C 35
Octal 76 260 317 106 17 0 23 301 74 65
Binary 111110 10110000 11001111 1000110 1111 0 10011 11000001 111100 110101

Color Harmonies of #3EB0CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EB0CF

Black with #3EB0CF

Text Example


Text Example

White with #3EB0CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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