Html Css Color HEX #2D23CE Persian Blue

📋 copy color: '#2D23CE'

red 45 ◦ green 35 ◦ blue 206

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

Shades of Persian Blue #2D23CE

Tints of Persian Blue #2D23CE

RGB

 RED value IS 45 (17.97% from 255) = 15.73%

 GREEN value IS 35 (14.06% from 255) = 12.24%

 BLUE value IS 206 (80.86% from 255) = 72.03%

R = 15.73%
G = 12.24%
B = 72.03%

CMYK

 C value IS 0.78

 M value IS 0.83

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2D23CE (or 0x2D23CE) is known color: Persian Blue. HEX triplet: 2D, 23 and CE. RGB value is (45,35,206). Sum of RGB (Red+Green+Blue) = 45+35+206=286 (37% of max value = 765). Red value is 45 (17.97% from 255 or 15.73% from 286); Green value is 35 (14.06% from 255 or 12.24% from 286); Blue value is 206 (80.86% from 255 or 72.03% from 286); Max value from RGB is 206 - color contains mainly: blue. Hex color #2D23CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2D23CE is #D2DC31. Grayscale: #383838. Windows color (decimal): -13818930 or 13509421. OLE color: 13509421.

HSL color Cylindrical-coordinate representation of color #2D23CE: hue angle of 243.51º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2D23CE is Cyan = 0.78, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 45 35 206 -
CMYK 0.78 0.83 0 0.19
HSL 243.51º 0.71% 0.47% -
HSV(B) 243.51º 0.83% 0.81% -
XYZ 12.82 6.22 58.92 -
YUV 57.48 211.81 119.1 -
System Red Green Blue C M Y K H S L
Decimal 45 35 206 0.78 0.83 0 0.19 243.51 0.71 0.47
Hex 2D 23 CE 4E 53 0 13 F4 47 2F
Octal 55 43 316 116 123 0 23 364 107 57
Binary 101101 100011 11001110 1001110 1010011 0 10011 11110100 1000111 101111

Color Harmonies of #2D23CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D23CE

Black with #2D23CE

Text Example


Text Example

White with #2D23CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2D23CE;
 }
 .AnyTagClassName
 {
   color: #2D23CE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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