#3CAFBF

Color #3CAFBF Viking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viking #3CAFBF

Tints of Viking #3CAFBF

Color information

#3CAFBF (or 0x3CAFBF) is unknown color: approx Viking. HEX triplet: 3C, AF and BF. RGB value is (60,175,191). Sum of RGB (Red+Green+Blue) = 60+175+191=426 (56% of max value = 765). Red value is 60 (23.83% from 255 or 14.08% from 426); Green value is 175 (68.75% from 255 or 41.08% from 426); Blue value is 191 (75% from 255 or 44.84% from 426); Max value from RGB is 191 - color contains mainly: blue. Hex color #3CAFBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3CAFBF is #C35040. Grayscale: #8E8E8E. Windows color (decimal): -12800065 or 12562236. OLE color: 12562236.

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

Color convert

RGB60175191-
CMYK0.690.0800.25
HSL187.33º52.19%49.22%-
HSV(B)187.33º68.59%74.9%-
XYZ26.635.3854.72-
YUV142.44155.469.2-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 14.08%
GREEN value IS 175 (68.75% from 255) = 41.08%
BLUE value IS 191 (75% from 255) = 44.84%
R=14.08%
G=41.08%
B=44.84%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal601751910.690.0800.25187.3352.1949.22
Hex3CAFBF458019bb3431
Octal74257277105100312736461
Binary11110010101111101111111000101100001100110111011110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CAFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,175,191); }

 H1.HeaderClassName
 {
   color: #3CAFBF;
 }
 .AnyTagClassName
 {
   color: #3CAFBF;
 }
</style>
background-color css

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

 a { background-color: rgb(60,175,191); }

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

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

 span { border-color: rgb(60,175,191); }

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