Html Css Color HEX #2324BA Persian Blue

📋 copy color: '#2324BA'

red 35 ◦ green 36 ◦ blue 186

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

Shades of Persian Blue #2324BA

Tints of Persian Blue #2324BA

RGB

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

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

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

R = 13.62%
G = 14.01%
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

#2324BA (or 0x2324BA) is known color: Persian Blue. HEX triplet: 23, 24 and BA. RGB value is (35,36,186). Sum of RGB (Red+Green+Blue) = 35+36+186=257 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.62% from 257); Green value is 36 (14.45% from 255 or 14.01% 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 #2324BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2324BA is #DCDB45. Grayscale: #343434. Windows color (decimal): -14474054 or 12198947. OLE color: 12198947.

HSL color Cylindrical-coordinate representation of color #2324BA: hue angle of 239.6º 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 #2324BA is Cyan = 0.81, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

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

Color Harmonies of #2324BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2324BA

Black with #2324BA

Text Example


Text Example

White with #2324BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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