Html Css Color HEX #2526BC Persian Blue

📋 copy color: '#2526BC'

red 37 ◦ green 38 ◦ blue 188

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

Shades of Persian Blue #2526BC

Tints of Persian Blue #2526BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 71.48%

R = 14.07%
G = 14.45%
B = 71.48%

CMYK

 C value IS 0.80

 M value IS 0.80

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2526BC (or 0x2526BC) is known color: Persian Blue. HEX triplet: 25, 26 and BC. RGB value is (37,38,188). Sum of RGB (Red+Green+Blue) = 37+38+188=263 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.07% from 263); Green value is 38 (15.23% from 255 or 14.45% from 263); Blue value is 188 (73.83% from 255 or 71.48% from 263); Max value from RGB is 188 - color contains mainly: blue. Hex color #2526BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2526BC is #DAD943. Grayscale: #363636. Windows color (decimal): -14342468 or 12330533. OLE color: 12330533.

HSL color Cylindrical-coordinate representation of color #2526BC: hue angle of 239.6º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2526BC is Cyan = 0.80, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 37 38 188 -
CMYK 0.80 0.80 0 0.26
HSL 239.6º 0.67% 0.44% -
HSV(B) 239.6º 0.8% 0.74% -
XYZ 10.53 5.41 48.07 -
YUV 54.8 203.17 115.3 -
System Red Green Blue C M Y K H S L
Decimal 37 38 188 0.80 0.80 0 0.26 239.6 0.67 0.44
Hex 25 26 BC 50 50 0 1A F0 43 2C
Octal 45 46 274 120 120 0 32 360 103 54
Binary 100101 100110 10111100 1010000 1010000 0 11010 11110000 1000011 101100

Color Harmonies of #2526BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2526BC

Black with #2526BC

Text Example


Text Example

White with #2526BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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