#2D23CA

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

Shades of Persian Blue #2D23CA

Tints of Persian Blue #2D23CA

Color information

#2D23CA (or 0x2D23CA) is unknown color: approx Persian Blue. HEX triplet: 2D, 23 and CA. RGB value is (45,35,202). Sum of RGB (Red+Green+Blue) = 45+35+202=282 (37% of max value = 765). Red value is 45 (17.97% from 255 or 15.96% from 282); Green value is 35 (14.06% from 255 or 12.41% from 282); Blue value is 202 (79.30% from 255 or 71.63% from 282); Max value from RGB is 202 - color contains mainly: blue. Hex color #2D23CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2D23CA is #D2DC35. Grayscale: #383838. Windows color (decimal): -13818934 or 13247277. OLE color: 13247277.

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

Color convert

RGB4535202-
CMYK0.780.8300.21
HSL243.59º70.46%46.47%-
HSV(B)243.59º82.67%79.22%-
XYZ12.346.0256.39-
YUV57.03209.81119.42-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 15.96%
GREEN value IS 35 (14.06% from 255) = 12.41%
BLUE value IS 202 (79.30% from 255) = 71.63%
R=15.96%
G=12.41%
B=71.63%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal45352020.780.8300.21243.5970.4646.47
Hex2D23CA4E53015f4462e
Octal554331211612302536410656
Binary1011011000111100101010011101010011010101111101001000110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D23CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,35,202); }

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

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

 a { background-color: rgb(45,35,202); }

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

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

 span { border-color: rgb(45,35,202); }

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