Html Css Color HEX #3EABCC Viking

📋 copy color: '#3EABCC'

red 62 ◦ green 171 ◦ blue 204

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

Shades of Viking #3EABCC

Tints of Viking #3EABCC

RGB

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

 GREEN value IS 171 (67.19% from 255) = 39.13%

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

R = 14.19%
G = 39.13%
B = 46.68%

CMYK

 C value IS 0.70

 M value IS 0.16

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3EABCC (or 0x3EABCC) is known color: Viking. HEX triplet: 3E, AB and CC. RGB value is (62,171,204). Sum of RGB (Red+Green+Blue) = 62+171+204=437 (57% of max value = 765). Red value is 62 (24.61% from 255 or 14.19% from 437); Green value is 171 (67.19% from 255 or 39.13% from 437); Blue value is 204 (80.08% from 255 or 46.68% from 437); Max value from RGB is 204 - color contains mainly: blue. Hex color #3EABCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3EABCC is #C15433. Grayscale: #8D8D8D. Windows color (decimal): -12670004 or 13413182. OLE color: 13413182.

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

Color convert

RGB 62 171 204 -
CMYK 0.70 0.16 0 0.2
HSL 193.94º 0.58% 0.52% -
HSV(B) 193.94º 0.7% 0.8% -
XYZ 27.45 34.51 62.34 -
YUV 142.17 162.89 70.82 -
System Red Green Blue C M Y K H S L
Decimal 62 171 204 0.70 0.16 0 0.2 193.94 0.58 0.52
Hex 3E AB CC 46 10 0 14 C2 3A 34
Octal 76 253 314 106 20 0 24 302 72 64
Binary 111110 10101011 11001100 1000110 10000 0 10100 11000010 111010 110100

Color Harmonies of #3EABCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EABCC

Black with #3EABCC

Text Example


Text Example

White with #3EABCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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