Html Css Color HEX #3EAACC Viking

📋 copy color: '#3EAACC'

red 62 ◦ green 170 ◦ blue 204

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

Shades of Viking #3EAACC

Tints of Viking #3EAACC

RGB

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

 GREEN value IS 170 (66.8% from 255) = 38.99%

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

R = 14.22%
G = 38.99%
B = 46.79%

CMYK

 C value IS 0.70

 M value IS 0.17

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3EAACC (or 0x3EAACC) is known color: Viking. HEX triplet: 3E, AA and CC. RGB value is (62,170,204). Sum of RGB (Red+Green+Blue) = 62+170+204=436 (57% of max value = 765). Red value is 62 (24.61% from 255 or 14.22% from 436); Green value is 170 (66.80% from 255 or 38.99% from 436); Blue value is 204 (80.08% from 255 or 46.79% from 436); Max value from RGB is 204 - color contains mainly: blue. Hex color #3EAACC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3EAACC is #C15533. Grayscale: #8D8D8D. Windows color (decimal): -12670260 or 13412926. OLE color: 13412926.

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

Color convert

RGB 62 170 204 -
CMYK 0.70 0.17 0 0.2
HSL 194.37º 0.58% 0.52% -
HSV(B) 194.37º 0.7% 0.8% -
XYZ 27.26 34.13 62.28 -
YUV 141.58 163.22 71.24 -
System Red Green Blue C M Y K H S L
Decimal 62 170 204 0.70 0.17 0 0.2 194.37 0.58 0.52
Hex 3E AA CC 46 11 0 14 C2 3A 34
Octal 76 252 314 106 21 0 24 302 72 64
Binary 111110 10101010 11001100 1000110 10001 0 10100 11000010 111010 110100

Color Harmonies of #3EAACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EAACC

Black with #3EAACC

Text Example


Text Example

White with #3EAACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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