#2D3CC5

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

Shades of Persian Blue #2D3CC5

Tints of Persian Blue #2D3CC5

Color information

#2D3CC5 (or 0x2D3CC5) is unknown color: approx Persian Blue. HEX triplet: 2D, 3C and C5. RGB value is (45,60,197). Sum of RGB (Red+Green+Blue) = 45+60+197=302 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.90% from 302); Green value is 60 (23.83% from 255 or 19.87% from 302); Blue value is 197 (77.34% from 255 or 65.23% from 302); Max value from RGB is 197 - color contains mainly: blue. Hex color #2D3CC5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2D3CC5 is #D2C33A. Grayscale: #464646. Windows color (decimal): -13812539 or 12925997. OLE color: 12925997.

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

Color convert

RGB4560197-
CMYK0.770.7000.23
HSL234.08º62.81%47.45%-
HSV(B)234.08º77.16%77.25%-
XYZ12.787.8253.66-
YUV71.13199.03109.36-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 14.90%
GREEN value IS 60 (23.83% from 255) = 19.87%
BLUE value IS 197 (77.34% from 255) = 65.23%
R=14.90%
G=19.87%
B=65.23%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal45601970.770.7000.23234.0862.8147.45
Hex2D3CC54D46017ea3f2f
Octal55743051151060273527757
Binary101101111100110001011001101100011001011111101010111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D3CC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,60,197); }

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

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

 a { background-color: rgb(45,60,197); }

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

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

 span { border-color: rgb(45,60,197); }

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