#41AABA

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

Shades of Viking #41AABA

Tints of Viking #41AABA

Color information

#41AABA (or 0x41AABA) is unknown color: approx Viking. HEX triplet: 41, AA and BA. RGB value is (65,170,186). Sum of RGB (Red+Green+Blue) = 65+170+186=421 (55% of max value = 765). Red value is 65 (25.78% from 255 or 15.44% from 421); Green value is 170 (66.80% from 255 or 40.38% from 421); Blue value is 186 (73.05% from 255 or 44.18% from 421); Max value from RGB is 186 - color contains mainly: blue. Hex color #41AABA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #41AABA is #BE5545. Grayscale: #8C8C8C. Windows color (decimal): -12473670 or 12233281. OLE color: 12233281.

HSL color Cylindrical-coordinate representation of color #41AABA: hue angle of 187.93º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #41AABA is Cyan = 0.65, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB65170186-
CMYK0.650.0900.27
HSL187.93º48.21%49.22%-
HSV(B)187.93º65.05%72.94%-
XYZ25.4233.4251.57-
YUV140.43153.7174.2-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 15.44%
GREEN value IS 170 (66.80% from 255) = 40.38%
BLUE value IS 186 (73.05% from 255) = 44.18%
R=15.44%
G=40.38%
B=44.18%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal651701860.650.0900.27187.9348.2149.22
Hex41AABA41901Bbc3031
Octal101252272101110332746061
Binary100000110101010101110101000001100101101110111100110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41AABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,170,186); }

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

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

 a { background-color: rgb(65,170,186); }

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

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

 span { border-color: rgb(65,170,186); }

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