#2d3cc9

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

Shades of Persian Blue #2D3CC9

Tints of Persian Blue #2D3CC9

Color information

#2D3CC9 (or 0x2D3CC9) is unknown color: approx Persian Blue. HEX triplet: 2D, 3C and C9. RGB value is (45,60,201). Sum of RGB (Red+Green+Blue) = 45+60+201=306 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.71% from 306); Green value is 60 (23.83% from 255 or 19.61% from 306); Blue value is 201 (78.91% from 255 or 65.69% from 306); Max value from RGB is 201 - color contains mainly: blue. Hex color #2D3CC9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2D3CC9 is #D2C336. Grayscale: #474747. Windows color (decimal): -13812535 or 13188141. OLE color: 13188141.

HSL color Cylindrical-coordinate representation of color #2D3CC9: hue angle of 234.23º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2D3CC9 is Cyan = 0.78, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB4560201-
CMYK0.780.7000.21
HSL234.23º63.41%48.24%-
HSV(B)234.23º77.61%78.82%-
XYZ13.248.0156.11-
YUV71.59201.03109.04-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 14.71%
GREEN value IS 60 (23.83% from 255) = 19.61%
BLUE value IS 201 (78.91% from 255) = 65.69%
R=14.71%
G=19.61%
B=65.69%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal45602010.780.7000.21234.2363.4148.24
Hex2D3CC94E46015ea3f30
Octal55743111161060253527760
Binary101101111100110010011001110100011001010111101010111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2d3cc9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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