Html Css Color HEX #2317BA Persian Blue

📋 copy color: '#2317BA'

red 35 ◦ green 23 ◦ blue 186

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

Shades of Persian Blue #2317BA

Tints of Persian Blue #2317BA

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.43%

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

R = 14.34%
G = 9.43%
B = 76.23%

CMYK

 C value IS 0.81

 M value IS 0.88

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2317BA (or 0x2317BA) is known color: Persian Blue. HEX triplet: 23, 17 and BA. RGB value is (35,23,186). Sum of RGB (Red+Green+Blue) = 35+23+186=244 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.34% from 244); Green value is 23 (9.38% from 255 or 9.43% from 244); Blue value is 186 (73.05% from 255 or 76.23% from 244); Max value from RGB is 186 - color contains mainly: blue. Hex color #2317BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2317BA is #DCE845. Grayscale: #2C2C2C. Windows color (decimal): -14477382 or 12195619. OLE color: 12195619.

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

Color convert

RGB 35 23 186 -
CMYK 0.81 0.88 0 0.27
HSL 244.42º 0.78% 0.41% -
HSV(B) 244.42º 0.88% 0.73% -
XYZ 9.86 4.52 46.81 -
YUV 45.17 207.48 120.75 -
System Red Green Blue C M Y K H S L
Decimal 35 23 186 0.81 0.88 0 0.27 244.42 0.78 0.41
Hex 23 17 BA 51 58 0 1B F4 4E 29
Octal 43 27 272 121 130 0 33 364 116 51
Binary 100011 10111 10111010 1010001 1011000 0 11011 11110100 1001110 101001

Color Harmonies of #2317BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2317BA

Black with #2317BA

Text Example


Text Example

White with #2317BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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