Html Css Color HEX #2323BA Persian Blue

📋 copy color: '#2323BA'

red 35 ◦ green 35 ◦ blue 186

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

Shades of Persian Blue #2323BA

Tints of Persian Blue #2323BA

RGB

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

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

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

R = 13.67%
G = 13.67%
B = 72.66%

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

#2323BA (or 0x2323BA) is known color: Persian Blue. HEX triplet: 23, 23 and BA. RGB value is (35,35,186). Sum of RGB (Red+Green+Blue) = 35+35+186=256 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.67% from 256); Green value is 35 (14.06% from 255 or 13.67% from 256); Blue value is 186 (73.05% from 255 or 72.66% from 256); Max value from RGB is 186 - color contains mainly: blue. Hex color #2323BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2323BA is #DCDC45. Grayscale: #333333. Windows color (decimal): -14474310 or 12198691. OLE color: 12198691.

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

Color convert

RGB 35 35 186 -
CMYK 0.81 0.81 0 0.27
HSL 240º 0.68% 0.43% -
HSV(B) 240º 0.81% 0.73% -
XYZ 10.16 5.1 46.9 -
YUV 52.21 203.5 115.72 -
System Red Green Blue C M Y K H S L
Decimal 35 35 186 0.81 0.81 0 0.27 240 0.68 0.43
Hex 23 23 BA 51 51 0 1B F0 44 2B
Octal 43 43 272 121 121 0 33 360 104 53
Binary 100011 100011 10111010 1010001 1010001 0 11011 11110000 1000100 101011

Color Harmonies of #2323BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2323BA

Black with #2323BA

Text Example


Text Example

White with #2323BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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