Html Css Color HEX #2526DD Persian Blue

📋 copy color: '#2526DD'

red 37 ◦ green 38 ◦ blue 221

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

Shades of Persian Blue #2526DD

Tints of Persian Blue #2526DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 74.66%

R = 12.5%
G = 12.84%
B = 74.66%

CMYK

 C value IS 0.83

 M value IS 0.83

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2526DD (or 0x2526DD) is known color: Persian Blue. HEX triplet: 25, 26 and DD. RGB value is (37,38,221). Sum of RGB (Red+Green+Blue) = 37+38+221=296 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.5% from 296); Green value is 38 (15.23% from 255 or 12.84% from 296); Blue value is 221 (86.72% from 255 or 74.66% from 296); Max value from RGB is 221 - color contains mainly: blue. Hex color #2526DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2526DD is #DAD922. Grayscale: #393939. Windows color (decimal): -14342435 or 14493221. OLE color: 14493221.

HSL color Cylindrical-coordinate representation of color #2526DD: hue angle of 239.67º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2526DD is Cyan = 0.83, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 37 38 221 -
CMYK 0.83 0.83 0 0.13
HSL 239.67º 0.73% 0.51% -
HSV(B) 239.67º 0.83% 0.87% -
XYZ 14.51 7 68.99 -
YUV 58.56 219.67 112.62 -
System Red Green Blue C M Y K H S L
Decimal 37 38 221 0.83 0.83 0 0.13 239.67 0.73 0.51
Hex 25 26 DD 53 53 0 D F0 49 33
Octal 45 46 335 123 123 0 15 360 111 63
Binary 100101 100110 11011101 1010011 1010011 0 1101 11110000 1001001 110011

Color Harmonies of #2526DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2526DD

Black with #2526DD

Text Example


Text Example

White with #2526DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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