Html Css Color HEX #3EAFCA Viking

📋 copy color: '#3EAFCA'

red 62 ◦ green 175 ◦ blue 202

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

Shades of Viking #3EAFCA

Tints of Viking #3EAFCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 46.01%

R = 14.12%
G = 39.86%
B = 46.01%

CMYK

 C value IS 0.69

 M value IS 0.13

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#3EAFCA (or 0x3EAFCA) is known color: Viking. HEX triplet: 3E, AF and CA. RGB value is (62,175,202). Sum of RGB (Red+Green+Blue) = 62+175+202=439 (58% of max value = 765). Red value is 62 (24.61% from 255 or 14.12% from 439); Green value is 175 (68.75% from 255 or 39.86% from 439); Blue value is 202 (79.30% from 255 or 46.01% from 439); Max value from RGB is 202 - color contains mainly: blue. Hex color #3EAFCA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3EAFCA is #C15035. Grayscale: #909090. Windows color (decimal): -12668982 or 13283134. OLE color: 13283134.

HSL color Cylindrical-coordinate representation of color #3EAFCA: hue angle of 191.57º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3EAFCA is Cyan = 0.69, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 62 175 202 -
CMYK 0.69 0.13 0 0.21
HSL 191.57º 0.57% 0.52% -
HSV(B) 191.57º 0.69% 0.79% -
XYZ 27.98 35.95 61.34 -
YUV 144.29 160.56 69.3 -
System Red Green Blue C M Y K H S L
Decimal 62 175 202 0.69 0.13 0 0.21 191.57 0.57 0.52
Hex 3E AF CA 45 D 0 15 C0 39 34
Octal 76 257 312 105 15 0 25 300 71 64
Binary 111110 10101111 11001010 1000101 1101 0 10101 11000000 111001 110100

Color Harmonies of #3EAFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EAFCA

Black with #3EAFCA

Text Example


Text Example

White with #3EAFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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