Html Css Color HEX #2526DB Persian Blue

📋 copy color: '#2526DB'

red 37 ◦ green 38 ◦ blue 219

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

Shades of Persian Blue #2526DB

Tints of Persian Blue #2526DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 74.49%

R = 12.59%
G = 12.93%
B = 74.49%

CMYK

 C value IS 0.83

 M value IS 0.83

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2526DB (or 0x2526DB) is known color: Persian Blue. HEX triplet: 25, 26 and DB. RGB value is (37,38,219). Sum of RGB (Red+Green+Blue) = 37+38+219=294 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.59% from 294); Green value is 38 (15.23% from 255 or 12.93% from 294); Blue value is 219 (85.94% from 255 or 74.49% from 294); Max value from RGB is 219 - color contains mainly: blue. Hex color #2526DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2526DB is #DAD924. Grayscale: #393939. Windows color (decimal): -14342437 or 14362149. OLE color: 14362149.

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

Color convert

RGB 37 38 219 -
CMYK 0.83 0.83 0 0.14
HSL 239.67º 0.72% 0.5% -
HSV(B) 239.67º 0.83% 0.86% -
XYZ 14.24 6.89 67.6 -
YUV 58.34 218.67 112.78 -
System Red Green Blue C M Y K H S L
Decimal 37 38 219 0.83 0.83 0 0.14 239.67 0.72 0.5
Hex 25 26 DB 53 53 0 E F0 48 32
Octal 45 46 333 123 123 0 16 360 110 62
Binary 100101 100110 11011011 1010011 1010011 0 1110 11110000 1001000 110010

Color Harmonies of #2526DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2526DB

Black with #2526DB

Text Example


Text Example

White with #2526DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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