Html Css Color HEX #2523CD Persian Blue

📋 copy color: '#2523CD'

red 37 ◦ green 35 ◦ blue 205

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

Shades of Persian Blue #2523CD

Tints of Persian Blue #2523CD

RGB

 RED value IS 37 (14.84% from 255) = 13.36%

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

 BLUE value IS 205 (80.47% from 255) = 74.01%

R = 13.36%
G = 12.64%
B = 74.01%

CMYK

 C value IS 0.82

 M value IS 0.83

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2523CD (or 0x2523CD) is known color: Persian Blue. HEX triplet: 25, 23 and CD. RGB value is (37,35,205). Sum of RGB (Red+Green+Blue) = 37+35+205=277 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.36% from 277); Green value is 35 (14.06% from 255 or 12.64% from 277); Blue value is 205 (80.47% from 255 or 74.01% from 277); Max value from RGB is 205 - color contains mainly: blue. Hex color #2523CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2523CD is #DADC32. Grayscale: #363636. Windows color (decimal): -14343219 or 13443877. OLE color: 13443877.

HSL color Cylindrical-coordinate representation of color #2523CD: hue angle of 240.71º 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 #2523CD is Cyan = 0.82, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 37 35 205 -
CMYK 0.82 0.83 0 0.20
HSL 240.71º 0.71% 0.47% -
HSV(B) 240.71º 0.83% 0.8% -
XYZ 12.38 6 58.26 -
YUV 54.98 212.66 115.18 -
System Red Green Blue C M Y K H S L
Decimal 37 35 205 0.82 0.83 0 0.20 240.71 0.71 0.47
Hex 25 23 CD 52 53 0 14 F1 47 2F
Octal 45 43 315 122 123 0 24 361 107 57
Binary 100101 100011 11001101 1010010 1010011 0 10100 11110001 1000111 101111

Color Harmonies of #2523CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2523CD

Black with #2523CD

Text Example


Text Example

White with #2523CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2523CD; }

 p { color: rgb(37,35,205); }

 H1.HeaderClassName
 {
   color: #2523CD;
 }
 .AnyTagClassName
 {
   color: #2523CD;
 }
</style>

background-color css

<style>
 a { background-color: #2523CD; }

 a { background-color: rgb(37,35,205); }

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

border-color css

<style>
 span { border-color: #2523CD; }

 span { border-color: rgb(37,35,205); }

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