#2C6CD3

Color #2C6CD3 Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #2C6CD3

Tints of Royal Blue #2C6CD3

Color information

#2C6CD3 (or 0x2C6CD3) is unknown color: approx Royal Blue. HEX triplet: 2C, 6C and D3. RGB value is (44,108,211). Sum of RGB (Red+Green+Blue) = 44+108+211=363 (48% of max value = 765). Red value is 44 (17.58% from 255 or 12.12% from 363); Green value is 108 (42.58% from 255 or 29.75% from 363); Blue value is 211 (82.81% from 255 or 58.13% from 363); Max value from RGB is 211 - color contains mainly: blue. Hex color #2C6CD3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C6CD3 is #D3932C. Grayscale: #646464. Windows color (decimal): -13865773 or 13855788. OLE color: 13855788.

HSL color Cylindrical-coordinate representation of color #2C6CD3: hue angle of 217.01º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2C6CD3 is Cyan = 0.79, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB44108211-
CMYK0.790.4900.17
HSL217.01º65.49%50%-
HSV(B)217.01º79.15%82.75%-
XYZ18.1615.9663.75-
YUV100.61190.387.62-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 12.12%
GREEN value IS 108 (42.58% from 255) = 29.75%
BLUE value IS 211 (82.81% from 255) = 58.13%
R=12.12%
G=29.75%
B=58.13%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal441082110.790.4900.17217.0165.4950
Hex2C6CD34F31011d94132
Octal541543231176102133110162
Binary1011001101100110100111001111110001010001110110011000001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C6CD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2C6CD3; }

 p { color: rgb(44,108,211); }

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

<style>
 a { background-color: #2C6CD3; }

 a { background-color: rgb(44,108,211); }

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

<style>
 span { border-color: #2C6CD3; }

 span { border-color: rgb(44,108,211); }

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