Html Css Color HEX #2523BC Persian Blue

📋 copy color: '#2523BC'

red 37 ◦ green 35 ◦ blue 188

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

Shades of Persian Blue #2523BC

Tints of Persian Blue #2523BC

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.46%

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

R = 14.23%
G = 13.46%
B = 72.31%

CMYK

 C value IS 0.80

 M value IS 0.81

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2523BC (or 0x2523BC) is known color: Persian Blue. HEX triplet: 25, 23 and BC. RGB value is (37,35,188). Sum of RGB (Red+Green+Blue) = 37+35+188=260 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.23% from 260); Green value is 35 (14.06% from 255 or 13.46% from 260); Blue value is 188 (73.83% from 255 or 72.31% from 260); Max value from RGB is 188 - color contains mainly: blue. Hex color #2523BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2523BC is #DADC43. Grayscale: #343434. Windows color (decimal): -14343236 or 12329765. OLE color: 12329765.

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

Color convert

RGB 37 35 188 -
CMYK 0.80 0.81 0 0.26
HSL 240.78º 0.69% 0.44% -
HSV(B) 240.78º 0.81% 0.74% -
XYZ 10.44 5.23 48.04 -
YUV 53.04 204.16 116.56 -
System Red Green Blue C M Y K H S L
Decimal 37 35 188 0.80 0.81 0 0.26 240.78 0.69 0.44
Hex 25 23 BC 50 51 0 1A F1 45 2C
Octal 45 43 274 120 121 0 32 361 105 54
Binary 100101 100011 10111100 1010000 1010001 0 11010 11110001 1000101 101100

Color Harmonies of #2523BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2523BC

Black with #2523BC

Text Example


Text Example

White with #2523BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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