Html Css Color HEX #3FABC4 Viking

📋 copy color: '#3FABC4'

red 63 ◦ green 171 ◦ blue 196

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

Shades of Viking #3FABC4

Tints of Viking #3FABC4

RGB

 RED value IS 63 (25% from 255) = 14.65%

 GREEN value IS 171 (67.19% from 255) = 39.77%

 BLUE value IS 196 (76.95% from 255) = 45.58%

R = 14.65%
G = 39.77%
B = 45.58%

CMYK

 C value IS 0.68

 M value IS 0.13

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#3FABC4 (or 0x3FABC4) is known color: Viking. HEX triplet: 3F, AB and C4. RGB value is (63,171,196). Sum of RGB (Red+Green+Blue) = 63+171+196=430 (56% of max value = 765). Red value is 63 (25% from 255 or 14.65% from 430); Green value is 171 (67.19% from 255 or 39.77% from 430); Blue value is 196 (76.95% from 255 or 45.58% from 430); Max value from RGB is 196 - color contains mainly: blue. Hex color #3FABC4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3FABC4 is #C0543B. Grayscale: #8D8D8D. Windows color (decimal): -12604476 or 12888895. OLE color: 12888895.

HSL color Cylindrical-coordinate representation of color #3FABC4: hue angle of 191.28º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3FABC4 is Cyan = 0.68, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 63 171 196 -
CMYK 0.68 0.13 0 0.23
HSL 191.28º 0.53% 0.51% -
HSV(B) 191.28º 0.68% 0.77% -
XYZ 26.58 34.17 57.42 -
YUV 141.56 158.72 71.97 -
System Red Green Blue C M Y K H S L
Decimal 63 171 196 0.68 0.13 0 0.23 191.28 0.53 0.51
Hex 3F AB C4 44 D 0 17 BF 35 33
Octal 77 253 304 104 15 0 27 277 65 63
Binary 111111 10101011 11000100 1000100 1101 0 10111 10111111 110101 110011

Color Harmonies of #3FABC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FABC4

Black with #3FABC4

Text Example


Text Example

White with #3FABC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,171,196); }

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

background-color css

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

 a { background-color: rgb(63,171,196); }

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

border-color css

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

 span { border-color: rgb(63,171,196); }

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