Html Css Color HEX #3EA4CB Viking

📋 copy color: '#3EA4CB'

red 62 ◦ green 164 ◦ blue 203

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

Shades of Viking #3EA4CB

Tints of Viking #3EA4CB

RGB

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

 GREEN value IS 164 (64.45% from 255) = 38.23%

 BLUE value IS 203 (79.69% from 255) = 47.32%

R = 14.45%
G = 38.23%
B = 47.32%

CMYK

 C value IS 0.69

 M value IS 0.19

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3EA4CB (or 0x3EA4CB) is known color: Viking. HEX triplet: 3E, A4 and CB. RGB value is (62,164,203). Sum of RGB (Red+Green+Blue) = 62+164+203=429 (56% of max value = 765). Red value is 62 (24.61% from 255 or 14.45% from 429); Green value is 164 (64.45% from 255 or 38.23% from 429); Blue value is 203 (79.69% from 255 or 47.32% from 429); Max value from RGB is 203 - color contains mainly: blue. Hex color #3EA4CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3EA4CB is #C15B34. Grayscale: #898989. Windows color (decimal): -12671797 or 13345854. OLE color: 13345854.

HSL color Cylindrical-coordinate representation of color #3EA4CB: hue angle of 196.6º 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 #3EA4CB is Cyan = 0.69, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 62 164 203 -
CMYK 0.69 0.19 0 0.20
HSL 196.6º 0.58% 0.52% -
HSV(B) 196.6º 0.69% 0.8% -
XYZ 26.04 31.89 61.28 -
YUV 137.95 164.71 73.83 -
System Red Green Blue C M Y K H S L
Decimal 62 164 203 0.69 0.19 0 0.20 196.6 0.58 0.52
Hex 3E A4 CB 45 13 0 14 C5 3A 34
Octal 76 244 313 105 23 0 24 305 72 64
Binary 111110 10100100 11001011 1000101 10011 0 10100 11000101 111010 110100

Color Harmonies of #3EA4CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EA4CB

Black with #3EA4CB

Text Example


Text Example

White with #3EA4CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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