Html Css Color HEX #2526CD Persian Blue

📋 copy color: '#2526CD'

red 37 ◦ green 38 ◦ blue 205

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

Shades of Persian Blue #2526CD

Tints of Persian Blue #2526CD

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.57%

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

R = 13.21%
G = 13.57%
B = 73.21%

CMYK

 C value IS 0.82

 M value IS 0.81

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2526CD (or 0x2526CD) is known color: Persian Blue. HEX triplet: 25, 26 and CD. RGB value is (37,38,205). Sum of RGB (Red+Green+Blue) = 37+38+205=280 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.21% from 280); Green value is 38 (15.23% from 255 or 13.57% from 280); Blue value is 205 (80.47% from 255 or 73.21% from 280); Max value from RGB is 205 - color contains mainly: blue. Hex color #2526CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2526CD is #DAD932. Grayscale: #383838. Windows color (decimal): -14342451 or 13444645. OLE color: 13444645.

HSL color Cylindrical-coordinate representation of color #2526CD: hue angle of 239.64º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2526CD is Cyan = 0.82, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 37 38 205 -
CMYK 0.82 0.81 0 0.20
HSL 239.64º 0.69% 0.47% -
HSV(B) 239.64º 0.82% 0.8% -
XYZ 12.48 6.19 58.29 -
YUV 56.74 211.67 113.92 -
System Red Green Blue C M Y K H S L
Decimal 37 38 205 0.82 0.81 0 0.20 239.64 0.69 0.47
Hex 25 26 CD 52 51 0 14 F0 45 2F
Octal 45 46 315 122 121 0 24 360 105 57
Binary 100101 100110 11001101 1010010 1010001 0 10100 11110000 1000101 101111

Color Harmonies of #2526CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2526CD

Black with #2526CD

Text Example


Text Example

White with #2526CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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