#3CB9CA

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

Shades of Viking #3CB9CA

Tints of Viking #3CB9CA

Color information

#3CB9CA (or 0x3CB9CA) is unknown color: approx Viking. HEX triplet: 3C, B9 and CA. RGB value is (60,185,202). Sum of RGB (Red+Green+Blue) = 60+185+202=447 (59% of max value = 765). Red value is 60 (23.83% from 255 or 13.42% from 447); Green value is 185 (72.66% from 255 or 41.39% from 447); Blue value is 202 (79.30% from 255 or 45.19% from 447); Max value from RGB is 202 - color contains mainly: blue. Hex color #3CB9CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CB9CA is #C34635. Grayscale: #959595. Windows color (decimal): -12797494 or 13285692. OLE color: 13285692.

HSL color Cylindrical-coordinate representation of color #3CB9CA: hue angle of 187.18º 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 #3CB9CA is Cyan = 0.70, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB60185202-
CMYK0.700.0800.21
HSL187.18º57.26%51.37%-
HSV(B)187.18º70.3%79.22%-
XYZ29.8739.9262.01-
YUV149.56157.5964.12-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 13.42%
GREEN value IS 185 (72.66% from 255) = 41.39%
BLUE value IS 202 (79.30% from 255) = 45.19%
R=13.42%
G=41.39%
B=45.19%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal601852020.700.0800.21187.1857.2651.37
Hex3CB9CA468015bb3933
Octal74271312106100252737163
Binary11110010111001110010101000110100001010110111011111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CB9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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