#3EAACB

Color #3EAACB Viking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viking #3EAACB

Tints of Viking #3EAACB

Color information

#3EAACB (or 0x3EAACB) is unknown color: approx Viking. HEX triplet: 3E, AA and CB. RGB value is (62,170,203). Sum of RGB (Red+Green+Blue) = 62+170+203=435 (57% of max value = 765). Red value is 62 (24.61% from 255 or 14.25% from 435); Green value is 170 (66.80% from 255 or 39.08% from 435); Blue value is 203 (79.69% from 255 or 46.67% from 435); Max value from RGB is 203 - color contains mainly: blue. Hex color #3EAACB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3EAACB is #C15534. Grayscale: #8D8D8D. Windows color (decimal): -12670261 or 13347390. OLE color: 13347390.

HSL color Cylindrical-coordinate representation of color #3EAACB: hue angle of 194.04º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3EAACB is Cyan = 0.69, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB62170203-
CMYK0.690.1600.20
HSL194.04º57.55%51.96%-
HSV(B)194.04º69.46%79.61%-
XYZ27.1434.0961.65-
YUV141.47162.7271.32-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 14.25%
GREEN value IS 170 (66.80% from 255) = 39.08%
BLUE value IS 203 (79.69% from 255) = 46.67%
R=14.25%
G=39.08%
B=46.67%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal621702030.690.1600.20194.0457.5551.96
Hex3EAACB4510014c23a34
Octal76252313105200243027264
Binary111110101010101100101110001011000001010011000010111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EAACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3EAACB;
 }
 .AnyTagClassName
 {
   color: #3EAACB;
 }
</style>
background-color css

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

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

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

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

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

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