Html Css Color HEX #2526BE Persian Blue

📋 copy color: '#2526BE'

red 37 ◦ green 38 ◦ blue 190

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

Shades of Persian Blue #2526BE

Tints of Persian Blue #2526BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 71.7%

R = 13.96%
G = 14.34%
B = 71.7%

CMYK

 C value IS 0.81

 M value IS 0.8

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2526BE (or 0x2526BE) is known color: Persian Blue. HEX triplet: 25, 26 and BE. RGB value is (37,38,190). Sum of RGB (Red+Green+Blue) = 37+38+190=265 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.96% from 265); Green value is 38 (15.23% from 255 or 14.34% from 265); Blue value is 190 (74.61% from 255 or 71.70% from 265); Max value from RGB is 190 - color contains mainly: blue. Hex color #2526BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2526BE is #DAD941. Grayscale: #363636. Windows color (decimal): -14342466 or 12461605. OLE color: 12461605.

HSL color Cylindrical-coordinate representation of color #2526BE: hue angle of 239.61º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2526BE is Cyan = 0.81, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 37 38 190 -
CMYK 0.81 0.8 0 0.25
HSL 239.61º 0.67% 0.45% -
HSV(B) 239.61º 0.81% 0.75% -
XYZ 10.75 5.5 49.21 -
YUV 55.03 204.17 115.14 -
System Red Green Blue C M Y K H S L
Decimal 37 38 190 0.81 0.8 0 0.25 239.61 0.67 0.45
Hex 25 26 BE 51 50 0 19 F0 43 2D
Octal 45 46 276 121 120 0 31 360 103 55
Binary 100101 100110 10111110 1010001 1010000 0 11001 11110000 1000011 101101

Color Harmonies of #2526BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2526BE

Black with #2526BE

Text Example


Text Example

White with #2526BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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