Html Css Color HEX #3BAEC6 Viking

📋 copy color: '#3BAEC6'

red 59 ◦ green 174 ◦ blue 198

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

Shades of Viking #3BAEC6

Tints of Viking #3BAEC6

RGB

 RED value IS 59 (23.44% from 255) = 13.69%

 GREEN value IS 174 (68.36% from 255) = 40.37%

 BLUE value IS 198 (77.73% from 255) = 45.94%

R = 13.69%
G = 40.37%
B = 45.94%

CMYK

 C value IS 0.70

 M value IS 0.12

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#3BAEC6 (or 0x3BAEC6) is known color: Viking. HEX triplet: 3B, AE and C6. RGB value is (59,174,198). Sum of RGB (Red+Green+Blue) = 59+174+198=431 (57% of max value = 765). Red value is 59 (23.44% from 255 or 13.69% from 431); Green value is 174 (68.36% from 255 or 40.37% from 431); Blue value is 198 (77.73% from 255 or 45.94% from 431); Max value from RGB is 198 - color contains mainly: blue. Hex color #3BAEC6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3BAEC6 is #C45139. Grayscale: #8E8E8E. Windows color (decimal): -12865850 or 13020731. OLE color: 13020731.

HSL color Cylindrical-coordinate representation of color #3BAEC6: hue angle of 190.36º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3BAEC6 is Cyan = 0.70, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 59 174 198 -
CMYK 0.70 0.12 0 0.22
HSL 190.36º 0.55% 0.5% -
HSV(B) 190.36º 0.7% 0.78% -
XYZ 27.13 35.28 58.81 -
YUV 142.35 159.4 68.55 -
System Red Green Blue C M Y K H S L
Decimal 59 174 198 0.70 0.12 0 0.22 190.36 0.55 0.5
Hex 3B AE C6 46 C 0 16 BE 37 32
Octal 73 256 306 106 14 0 26 276 67 62
Binary 111011 10101110 11000110 1000110 1100 0 10110 10111110 110111 110010

Color Harmonies of #3BAEC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BAEC6

Black with #3BAEC6

Text Example


Text Example

White with #3BAEC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,174,198); }

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

background-color css

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

 a { background-color: rgb(59,174,198); }

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

border-color css

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

 span { border-color: rgb(59,174,198); }

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