#3CA6CB

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

Shades of Viking #3CA6CB

Tints of Viking #3CA6CB

Color information

#3CA6CB (or 0x3CA6CB) is unknown color: approx Viking. HEX triplet: 3C, A6 and CB. RGB value is (60,166,203). Sum of RGB (Red+Green+Blue) = 60+166+203=429 (56% of max value = 765). Red value is 60 (23.83% from 255 or 13.99% from 429); Green value is 166 (65.23% from 255 or 38.69% from 429); Blue value is 203 (79.69% from 255 or 47.32% from 429); Max value from RGB is 203 - color contains mainly: blue. Hex color #3CA6CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3CA6CB is #C35934. Grayscale: #8A8A8A. Windows color (decimal): -12802357 or 13346364. OLE color: 13346364.

HSL color Cylindrical-coordinate representation of color #3CA6CB: hue angle of 195.52º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3CA6CB is Cyan = 0.70, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB60166203-
CMYK0.700.1800.20
HSL195.52º57.89%51.57%-
HSV(B)195.52º70.44%79.61%-
XYZ26.2832.5461.4-
YUV138.52164.3871.99-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 13.99%
GREEN value IS 166 (65.23% from 255) = 38.69%
BLUE value IS 203 (79.69% from 255) = 47.32%
R=13.99%
G=38.69%
B=47.32%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal601662030.700.1800.20195.5257.8951.57
Hex3CA6CB4612014c43a34
Octal74246313106220243047264
Binary111100101001101100101110001101001001010011000100111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CA6CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,166,203); }

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

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

 a { background-color: rgb(60,166,203); }

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

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

 span { border-color: rgb(60,166,203); }

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