#2D2CC6

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

Shades of Persian Blue #2D2CC6

Tints of Persian Blue #2D2CC6

Color information

#2D2CC6 (or 0x2D2CC6) is unknown color: approx Persian Blue. HEX triplet: 2D, 2C and C6. RGB value is (45,44,198). Sum of RGB (Red+Green+Blue) = 45+44+198=287 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.68% from 287); Green value is 44 (17.58% from 255 or 15.33% from 287); Blue value is 198 (77.73% from 255 or 68.99% from 287); Max value from RGB is 198 - color contains mainly: blue. Hex color #2D2CC6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2D2CC6 is #D2D339. Grayscale: #3D3D3D. Windows color (decimal): -13816634 or 12987437. OLE color: 12987437.

HSL color Cylindrical-coordinate representation of color #2D2CC6: hue angle of 240.39º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2D2CC6 is Cyan = 0.77, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB4544198-
CMYK0.770.7800.22
HSL240.39º63.64%47.45%-
HSV(B)240.39º77.78%77.65%-
XYZ12.186.4454.03-
YUV61.86204.83115.98-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 15.68%
GREEN value IS 44 (17.58% from 255) = 15.33%
BLUE value IS 198 (77.73% from 255) = 68.99%
R=15.68%
G=15.33%
B=68.99%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal45441980.770.7800.22240.3963.6447.45
Hex2D2CC64D4E016f0402f
Octal555430611511602636010057
Binary1011011011001100011010011011001110010110111100001000000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D2CC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,44,198); }

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

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

 a { background-color: rgb(45,44,198); }

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

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

 span { border-color: rgb(45,44,198); }

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