Html Css Color HEX #2526E7 Persian Blue

📋 copy color: '#2526E7'

red 37 ◦ green 38 ◦ blue 231

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

Shades of Persian Blue #2526E7

Tints of Persian Blue #2526E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 75.49%

R = 12.09%
G = 12.42%
B = 75.49%

CMYK

 C value IS 0.84

 M value IS 0.84

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#2526E7 (or 0x2526E7) is known color: Persian Blue. HEX triplet: 25, 26 and E7. RGB value is (37,38,231). Sum of RGB (Red+Green+Blue) = 37+38+231=306 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.09% from 306); Green value is 38 (15.23% from 255 or 12.42% from 306); Blue value is 231 (90.62% from 255 or 75.49% from 306); Max value from RGB is 231 - color contains mainly: blue. Hex color #2526E7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2526E7 is #DAD918. Grayscale: #3A3A3A. Windows color (decimal): -14342425 or 15148581. OLE color: 15148581.

HSL color Cylindrical-coordinate representation of color #2526E7: hue angle of 239.69º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2526E7 is Cyan = 0.84, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 37 38 231 -
CMYK 0.84 0.84 0 0.09
HSL 239.69º 0.8% 0.53% -
HSV(B) 239.69º 0.84% 0.91% -
XYZ 15.88 7.55 76.22 -
YUV 59.7 224.67 111.81 -
System Red Green Blue C M Y K H S L
Decimal 37 38 231 0.84 0.84 0 0.09 239.69 0.8 0.53
Hex 25 26 E7 54 54 0 9 F0 50 35
Octal 45 46 347 124 124 0 11 360 120 65
Binary 100101 100110 11100111 1010100 1010100 0 1001 11110000 1010000 110101

Color Harmonies of #2526E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2526E7

Black with #2526E7

Text Example


Text Example

White with #2526E7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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