Html Css Color HEX #2D23CA Persian Blue

📋 copy color: '#2D23CA'

red 45 ◦ green 35 ◦ blue 202

#2D23CA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Blue #2D23CA

Tints of Persian Blue #2D23CA

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.3% from 255) = 71.63%

R = 15.96%
G = 12.41%
B = 71.63%

CMYK

 C value IS 0.78

 M value IS 0.83

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#2D23CA (or 0x2D23CA) is known color: 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

RGB 45 35 202 -
CMYK 0.78 0.83 0 0.21
HSL 243.59º 0.7% 0.46% -
HSV(B) 243.59º 0.83% 0.79% -
XYZ 12.34 6.02 56.39 -
YUV 57.03 209.81 119.42 -
System Red Green Blue C M Y K H S L
Decimal 45 35 202 0.78 0.83 0 0.21 243.59 0.7 0.46
Hex 2D 23 CA 4E 53 0 15 F4 46 2E
Octal 55 43 312 116 123 0 25 364 106 56
Binary 101101 100011 11001010 1001110 1010011 0 10101 11110100 1000110 101110

Color Harmonies of #2D23CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D23CA

Black with #2D23CA

Text Example


Text Example

White with #2D23CA

Text Example


Text Example

HTML Codes & Css Web 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>