Html Css Color HEX #2423BA Persian Blue

📋 copy color: '#2423BA'

red 36 ◦ green 35 ◦ blue 186

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

Shades of Persian Blue #2423BA

Tints of Persian Blue #2423BA

RGB

 RED value IS 36 (14.45% from 255) = 14.01%

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

 BLUE value IS 186 (73.05% from 255) = 72.37%

R = 14.01%
G = 13.62%
B = 72.37%

CMYK

 C value IS 0.81

 M value IS 0.81

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2423BA (or 0x2423BA) is known color: Persian Blue. HEX triplet: 24, 23 and BA. RGB value is (36,35,186). Sum of RGB (Red+Green+Blue) = 36+35+186=257 (34% of max value = 765). Red value is 36 (14.45% from 255 or 14.01% from 257); Green value is 35 (14.06% from 255 or 13.62% from 257); Blue value is 186 (73.05% from 255 or 72.37% from 257); Max value from RGB is 186 - color contains mainly: blue. Hex color #2423BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2423BA is #DBDC45. Grayscale: #333333. Windows color (decimal): -14408774 or 12198692. OLE color: 12198692.

HSL color Cylindrical-coordinate representation of color #2423BA: hue angle of 240.4º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2423BA is Cyan = 0.81, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 36 35 186 -
CMYK 0.81 0.81 0 0.27
HSL 240.4º 0.68% 0.43% -
HSV(B) 240.4º 0.81% 0.73% -
XYZ 10.19 5.12 46.91 -
YUV 52.51 203.33 116.22 -
System Red Green Blue C M Y K H S L
Decimal 36 35 186 0.81 0.81 0 0.27 240.4 0.68 0.43
Hex 24 23 BA 51 51 0 1B F0 44 2B
Octal 44 43 272 121 121 0 33 360 104 53
Binary 100100 100011 10111010 1010001 1010001 0 11011 11110000 1000100 101011

Color Harmonies of #2423BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2423BA

Black with #2423BA

Text Example


Text Example

White with #2423BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2423BA; }

 p { color: rgb(36,35,186); }

 H1.HeaderClassName
 {
   color: #2423BA;
 }
 .AnyTagClassName
 {
   color: #2423BA;
 }
</style>

background-color css

<style>
 a { background-color: #2423BA; }

 a { background-color: rgb(36,35,186); }

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

border-color css

<style>
 span { border-color: #2423BA; }

 span { border-color: rgb(36,35,186); }

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