#3CB1CA

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

Shades of Viking #3CB1CA

Tints of Viking #3CB1CA

Color information

#3CB1CA (or 0x3CB1CA) is unknown color: approx Viking. HEX triplet: 3C, B1 and CA. RGB value is (60,177,202). Sum of RGB (Red+Green+Blue) = 60+177+202=439 (58% of max value = 765). Red value is 60 (23.83% from 255 or 13.67% from 439); Green value is 177 (69.53% from 255 or 40.32% from 439); Blue value is 202 (79.30% from 255 or 46.01% from 439); Max value from RGB is 202 - color contains mainly: blue. Hex color #3CB1CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3CB1CA is #C34E35. Grayscale: #909090. Windows color (decimal): -12799542 or 13283644. OLE color: 13283644.

HSL color Cylindrical-coordinate representation of color #3CB1CA: hue angle of 190.56º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3CB1CA is Cyan = 0.70, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB60177202-
CMYK0.700.1200.21
HSL190.56º57.26%51.37%-
HSV(B)190.56º70.3%79.22%-
XYZ28.2536.6761.47-
YUV144.87160.2467.47-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 13.67%
GREEN value IS 177 (69.53% from 255) = 40.32%
BLUE value IS 202 (79.30% from 255) = 46.01%
R=13.67%
G=40.32%
B=46.01%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal601772020.700.1200.21190.5657.2651.37
Hex3CB1CA46C015bf3933
Octal74261312106140252777163
Binary11110010110001110010101000110110001010110111111111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CB1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,177,202); }

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

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

 a { background-color: rgb(60,177,202); }

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

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

 span { border-color: rgb(60,177,202); }

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