#3CAEBD

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

Shades of Viking #3CAEBD

Tints of Viking #3CAEBD

Color information

#3CAEBD (or 0x3CAEBD) is unknown color: approx Viking. HEX triplet: 3C, AE and BD. RGB value is (60,174,189). Sum of RGB (Red+Green+Blue) = 60+174+189=423 (56% of max value = 765). Red value is 60 (23.83% from 255 or 14.18% from 423); Green value is 174 (68.36% from 255 or 41.13% from 423); Blue value is 189 (74.22% from 255 or 44.68% from 423); Max value from RGB is 189 - color contains mainly: blue. Hex color #3CAEBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3CAEBD is #C35142. Grayscale: #8D8D8D. Windows color (decimal): -12800323 or 12430908. OLE color: 12430908.

HSL color Cylindrical-coordinate representation of color #3CAEBD: hue angle of 186.98º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3CAEBD is Cyan = 0.68, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB60174189-
CMYK0.680.0800.26
HSL186.98º51.81%48.82%-
HSV(B)186.98º68.25%74.12%-
XYZ26.1834.9153.5-
YUV141.62154.7369.78-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 14.18%
GREEN value IS 174 (68.36% from 255) = 41.13%
BLUE value IS 189 (74.22% from 255) = 44.68%
R=14.18%
G=41.13%
B=44.68%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal601741890.680.0800.26186.9851.8148.82
Hex3CAEBD44801Abb3431
Octal74256275104100322736461
Binary11110010101110101111011000100100001101010111011110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CAEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,174,189); }

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

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

 a { background-color: rgb(60,174,189); }

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

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

 span { border-color: rgb(60,174,189); }

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