Html Css Color HEX #2326BA Persian Blue

📋 copy color: '#2326BA'

red 35 ◦ green 38 ◦ blue 186

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

Shades of Persian Blue #2326BA

Tints of Persian Blue #2326BA

RGB

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

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

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

R = 13.51%
G = 14.67%
B = 71.81%

CMYK

 C value IS 0.81

 M value IS 0.80

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2326BA (or 0x2326BA) is known color: Persian Blue. HEX triplet: 23, 26 and BA. RGB value is (35,38,186). Sum of RGB (Red+Green+Blue) = 35+38+186=259 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.51% from 259); Green value is 38 (15.23% from 255 or 14.67% from 259); Blue value is 186 (73.05% from 255 or 71.81% from 259); Max value from RGB is 186 - color contains mainly: blue. Hex color #2326BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2326BA is #DCD945. Grayscale: #353535. Windows color (decimal): -14473542 or 12199459. OLE color: 12199459.

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

Color convert

RGB 35 38 186 -
CMYK 0.81 0.80 0 0.27
HSL 238.81º 0.68% 0.43% -
HSV(B) 238.81º 0.81% 0.73% -
XYZ 10.25 5.29 46.94 -
YUV 53.98 202.51 114.47 -
System Red Green Blue C M Y K H S L
Decimal 35 38 186 0.81 0.80 0 0.27 238.81 0.68 0.43
Hex 23 26 BA 51 50 0 1B EF 44 2B
Octal 43 46 272 121 120 0 33 357 104 53
Binary 100011 100110 10111010 1010001 1010000 0 11011 11101111 1000100 101011

Color Harmonies of #2326BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2326BA

Black with #2326BA

Text Example


Text Example

White with #2326BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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