Html Css Color HEX #3EBBCC Viking

📋 copy color: '#3EBBCC'

red 62 ◦ green 187 ◦ blue 204

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

Shades of Viking #3EBBCC

Tints of Viking #3EBBCC

RGB

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

 GREEN value IS 187 (73.44% from 255) = 41.28%

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

R = 13.69%
G = 41.28%
B = 45.03%

CMYK

 C value IS 0.70

 M value IS 0.08

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3EBBCC (or 0x3EBBCC) is known color: Viking. HEX triplet: 3E, BB and CC. RGB value is (62,187,204). Sum of RGB (Red+Green+Blue) = 62+187+204=453 (60% of max value = 765). Red value is 62 (24.61% from 255 or 13.69% from 453); Green value is 187 (73.44% from 255 or 41.28% from 453); Blue value is 204 (80.08% from 255 or 45.03% from 453); Max value from RGB is 204 - color contains mainly: blue. Hex color #3EBBCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EBBCC is #C14433. Grayscale: #979797. Windows color (decimal): -12665908 or 13417278. OLE color: 13417278.

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

Color convert

RGB 62 187 204 -
CMYK 0.70 0.08 0 0.2
HSL 187.18º 0.58% 0.52% -
HSV(B) 187.18º 0.7% 0.8% -
XYZ 30.66 40.92 63.41 -
YUV 151.56 157.59 64.12 -
System Red Green Blue C M Y K H S L
Decimal 62 187 204 0.70 0.08 0 0.2 187.18 0.58 0.52
Hex 3E BB CC 46 8 0 14 BB 3A 34
Octal 76 273 314 106 10 0 24 273 72 64
Binary 111110 10111011 11001100 1000110 1000 0 10100 10111011 111010 110100

Color Harmonies of #3EBBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EBBCC

Black with #3EBBCC

Text Example


Text Example

White with #3EBBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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