#41A3CC

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

Shades of Viking #41A3CC

Tints of Viking #41A3CC

Color information

#41A3CC (or 0x41A3CC) is unknown color: approx Viking. HEX triplet: 41, A3 and CC. RGB value is (65,163,204). Sum of RGB (Red+Green+Blue) = 65+163+204=432 (57% of max value = 765). Red value is 65 (25.78% from 255 or 15.05% from 432); Green value is 163 (64.06% from 255 or 37.73% from 432); Blue value is 204 (80.08% from 255 or 47.22% from 432); Max value from RGB is 204 - color contains mainly: blue. Hex color #41A3CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #41A3CC is #BE5C33. Grayscale: #8A8A8A. Windows color (decimal): -12475444 or 13411137. OLE color: 13411137.

HSL color Cylindrical-coordinate representation of color #41A3CC: hue angle of 197.7º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #41A3CC is Cyan = 0.68, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB65163204-
CMYK0.680.2000.2
HSL197.7º57.68%52.75%-
HSV(B)197.7º68.14%80%-
XYZ26.1831.6861.86-
YUV138.37165.0375.67-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 15.05%
GREEN value IS 163 (64.06% from 255) = 37.73%
BLUE value IS 204 (80.08% from 255) = 47.22%
R=15.05%
G=37.73%
B=47.22%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal651632040.680.2000.2197.757.6852.75
Hex41A3CC4414014c63a35
Octal101243314104240243067265
Binary1000001101000111100110010001001010001010011000110111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41A3CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41A3CC; }

 p { color: rgb(65,163,204); }

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

<style>
 a { background-color: #41A3CC; }

 a { background-color: rgb(65,163,204); }

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

<style>
 span { border-color: #41A3CC; }

 span { border-color: rgb(65,163,204); }

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