Html Css Color HEX #3EADCC Viking

📋 copy color: '#3EADCC'

red 62 ◦ green 173 ◦ blue 204

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

Shades of Viking #3EADCC

Tints of Viking #3EADCC

RGB

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

 GREEN value IS 173 (67.97% from 255) = 39.41%

 BLUE value IS 204 (80.08% from 255) = 46.47%

R = 14.12%
G = 39.41%
B = 46.47%

CMYK

 C value IS 0.70

 M value IS 0.15

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3EADCC (or 0x3EADCC) is known color: Viking. HEX triplet: 3E, AD and CC. RGB value is (62,173,204). Sum of RGB (Red+Green+Blue) = 62+173+204=439 (58% of max value = 765). Red value is 62 (24.61% from 255 or 14.12% from 439); Green value is 173 (67.97% from 255 or 39.41% from 439); Blue value is 204 (80.08% from 255 or 46.47% from 439); Max value from RGB is 204 - color contains mainly: blue. Hex color #3EADCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3EADCC is #C15233. Grayscale: #8F8F8F. Windows color (decimal): -12669492 or 13413694. OLE color: 13413694.

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

Color convert

RGB 62 173 204 -
CMYK 0.70 0.15 0 0.2
HSL 193.1º 0.58% 0.52% -
HSV(B) 193.1º 0.7% 0.8% -
XYZ 27.83 35.27 62.47 -
YUV 143.35 162.23 69.98 -
System Red Green Blue C M Y K H S L
Decimal 62 173 204 0.70 0.15 0 0.2 193.1 0.58 0.52
Hex 3E AD CC 46 F 0 14 C1 3A 34
Octal 76 255 314 106 17 0 24 301 72 64
Binary 111110 10101101 11001100 1000110 1111 0 10100 11000001 111010 110100

Color Harmonies of #3EADCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EADCC

Black with #3EADCC

Text Example


Text Example

White with #3EADCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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