Html Css Color HEX #2D23CC Persian Blue

📋 copy color: '#2D23CC'

red 45 ◦ green 35 ◦ blue 204

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

Shades of Persian Blue #2D23CC

Tints of Persian Blue #2D23CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 71.83%

R = 15.85%
G = 12.32%
B = 71.83%

CMYK

 C value IS 0.78

 M value IS 0.83

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2D23CC (or 0x2D23CC) is known color: Persian Blue. HEX triplet: 2D, 23 and CC. RGB value is (45,35,204). Sum of RGB (Red+Green+Blue) = 45+35+204=284 (37% of max value = 765). Red value is 45 (17.97% from 255 or 15.85% from 284); Green value is 35 (14.06% from 255 or 12.32% from 284); Blue value is 204 (80.08% from 255 or 71.83% from 284); Max value from RGB is 204 - color contains mainly: blue. Hex color #2D23CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2D23CC is #D2DC33. Grayscale: #383838. Windows color (decimal): -13818932 or 13378349. OLE color: 13378349.

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

Color convert

RGB 45 35 204 -
CMYK 0.78 0.83 0 0.2
HSL 243.55º 0.71% 0.47% -
HSV(B) 243.55º 0.83% 0.8% -
XYZ 12.58 6.12 57.64 -
YUV 57.26 210.81 119.26 -
System Red Green Blue C M Y K H S L
Decimal 45 35 204 0.78 0.83 0 0.2 243.55 0.71 0.47
Hex 2D 23 CC 4E 53 0 14 F4 47 2F
Octal 55 43 314 116 123 0 24 364 107 57
Binary 101101 100011 11001100 1001110 1010011 0 10100 11110100 1000111 101111

Color Harmonies of #2D23CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D23CC

Black with #2D23CC

Text Example


Text Example

White with #2D23CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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