#3CAFBD

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

Shades of Viking #3CAFBD

Tints of Viking #3CAFBD

Color information

#3CAFBD (or 0x3CAFBD) is unknown color: approx Viking. HEX triplet: 3C, AF and BD. RGB value is (60,175,189). Sum of RGB (Red+Green+Blue) = 60+175+189=424 (56% of max value = 765). Red value is 60 (23.83% from 255 or 14.15% from 424); Green value is 175 (68.75% from 255 or 41.27% from 424); Blue value is 189 (74.22% from 255 or 44.58% from 424); Max value from RGB is 189 - color contains mainly: blue. Hex color #3CAFBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3CAFBD is #C35042. Grayscale: #8E8E8E. Windows color (decimal): -12800067 or 12431164. OLE color: 12431164.

HSL color Cylindrical-coordinate representation of color #3CAFBD: hue angle of 186.51º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3CAFBD is Cyan = 0.68, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB60175189-
CMYK0.680.0700.26
HSL186.51º51.81%48.82%-
HSV(B)186.51º68.25%74.12%-
XYZ26.3835.2953.57-
YUV142.21154.469.36-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 14.15%
GREEN value IS 175 (68.75% from 255) = 41.27%
BLUE value IS 189 (74.22% from 255) = 44.58%
R=14.15%
G=41.27%
B=44.58%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal601751890.680.0700.26186.5151.8148.82
Hex3CAFBD44701Abb3431
Octal7425727510470322736461
Binary1111001010111110111101100010011101101010111011110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CAFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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