Html Css Color HEX #2325CD Persian Blue

📋 copy color: '#2325CD'

red 35 ◦ green 37 ◦ blue 205

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

Shades of Persian Blue #2325CD

Tints of Persian Blue #2325CD

RGB

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

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

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

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

CMYK

 C value IS 0.83

 M value IS 0.82

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2325CD (or 0x2325CD) is known color: Persian Blue. HEX triplet: 23, 25 and CD. RGB value is (35,37,205). Sum of RGB (Red+Green+Blue) = 35+37+205=277 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.64% from 277); Green value is 37 (14.84% from 255 or 13.36% 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 #2325CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2325CD is #DCDA32. Grayscale: #363636. Windows color (decimal): -14473779 or 13444387. OLE color: 13444387.

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

Color convert

RGB 35 37 205 -
CMYK 0.83 0.82 0 0.20
HSL 239.29º 0.71% 0.47% -
HSV(B) 239.29º 0.83% 0.8% -
XYZ 12.37 6.09 58.28 -
YUV 55.55 212.34 113.34 -
System Red Green Blue C M Y K H S L
Decimal 35 37 205 0.83 0.82 0 0.20 239.29 0.71 0.47
Hex 23 25 CD 53 52 0 14 EF 47 2F
Octal 43 45 315 123 122 0 24 357 107 57
Binary 100011 100101 11001101 1010011 1010010 0 10100 11101111 1000111 101111

Color Harmonies of #2325CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2325CD

Black with #2325CD

Text Example


Text Example

White with #2325CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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