Html Css Color HEX #3EAFBE Viking

📋 copy color: '#3EAFBE'

red 62 ◦ green 175 ◦ blue 190

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

Shades of Viking #3EAFBE

Tints of Viking #3EAFBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 44.5%

R = 14.52%
G = 40.98%
B = 44.5%

CMYK

 C value IS 0.67

 M value IS 0.08

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3EAFBE (or 0x3EAFBE) is known color: Viking. HEX triplet: 3E, AF and BE. RGB value is (62,175,190). Sum of RGB (Red+Green+Blue) = 62+175+190=427 (56% of max value = 765). Red value is 62 (24.61% from 255 or 14.52% from 427); Green value is 175 (68.75% from 255 or 40.98% from 427); Blue value is 190 (74.61% from 255 or 44.50% from 427); Max value from RGB is 190 - color contains mainly: blue. Hex color #3EAFBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3EAFBE is #C15041. Grayscale: #8E8E8E. Windows color (decimal): -12668994 or 12496702. OLE color: 12496702.

HSL color Cylindrical-coordinate representation of color #3EAFBE: hue angle of 187.03º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3EAFBE is Cyan = 0.67, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 62 175 190 -
CMYK 0.67 0.08 0 0.25
HSL 187.03º 0.51% 0.49% -
HSV(B) 187.03º 0.67% 0.75% -
XYZ 26.61 35.4 54.15 -
YUV 142.92 154.56 70.28 -
System Red Green Blue C M Y K H S L
Decimal 62 175 190 0.67 0.08 0 0.25 187.03 0.51 0.49
Hex 3E AF BE 43 8 0 19 BB 33 31
Octal 76 257 276 103 10 0 31 273 63 61
Binary 111110 10101111 10111110 1000011 1000 0 11001 10111011 110011 110001

Color Harmonies of #3EAFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EAFBE

Black with #3EAFBE

Text Example


Text Example

White with #3EAFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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