Html Css Color HEX #3EAFCC Viking

📋 copy color: '#3EAFCC'

red 62 ◦ green 175 ◦ blue 204

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

Shades of Viking #3EAFCC

Tints of Viking #3EAFCC

RGB

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

 GREEN value IS 175 (68.75% from 255) = 39.68%

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

R = 14.06%
G = 39.68%
B = 46.26%

CMYK

 C value IS 0.70

 M value IS 0.14

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3EAFCC (or 0x3EAFCC) is known color: Viking. HEX triplet: 3E, AF and CC. RGB value is (62,175,204). Sum of RGB (Red+Green+Blue) = 62+175+204=441 (58% of max value = 765). Red value is 62 (24.61% from 255 or 14.06% from 441); Green value is 175 (68.75% from 255 or 39.68% from 441); Blue value is 204 (80.08% from 255 or 46.26% from 441); Max value from RGB is 204 - color contains mainly: blue. Hex color #3EAFCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3EAFCC is #C15033. Grayscale: #909090. Windows color (decimal): -12668980 or 13414206. OLE color: 13414206.

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

Color convert

RGB 62 175 204 -
CMYK 0.70 0.14 0 0.2
HSL 192.25º 0.58% 0.52% -
HSV(B) 192.25º 0.7% 0.8% -
XYZ 28.22 36.04 62.6 -
YUV 144.52 161.56 69.14 -
System Red Green Blue C M Y K H S L
Decimal 62 175 204 0.70 0.14 0 0.2 192.25 0.58 0.52
Hex 3E AF CC 46 E 0 14 C0 3A 34
Octal 76 257 314 106 16 0 24 300 72 64
Binary 111110 10101111 11001100 1000110 1110 0 10100 11000000 111010 110100

Color Harmonies of #3EAFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EAFCC

Black with #3EAFCC

Text Example


Text Example

White with #3EAFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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