Html Css Color HEX #2320BD Persian Blue

📋 copy color: '#2320BD'

red 35 ◦ green 32 ◦ blue 189

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

Shades of Persian Blue #2320BD

Tints of Persian Blue #2320BD

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.5%

 BLUE value IS 189 (74.22% from 255) = 73.83%

R = 13.67%
G = 12.5%
B = 73.83%

CMYK

 C value IS 0.81

 M value IS 0.83

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2320BD (or 0x2320BD) is known color: Persian Blue. HEX triplet: 23, 20 and BD. RGB value is (35,32,189). Sum of RGB (Red+Green+Blue) = 35+32+189=256 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.67% from 256); Green value is 32 (12.89% from 255 or 12.5% from 256); Blue value is 189 (74.22% from 255 or 73.83% from 256); Max value from RGB is 189 - color contains mainly: blue. Hex color #2320BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2320BD is #DCDF42. Grayscale: #323232. Windows color (decimal): -14475075 or 12394531. OLE color: 12394531.

HSL color Cylindrical-coordinate representation of color #2320BD: hue angle of 241.15º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2320BD is Cyan = 0.81, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 35 32 189 -
CMYK 0.81 0.83 0 0.26
HSL 241.15º 0.71% 0.43% -
HSV(B) 241.15º 0.83% 0.74% -
XYZ 10.39 5.06 48.57 -
YUV 50.8 205.99 116.73 -
System Red Green Blue C M Y K H S L
Decimal 35 32 189 0.81 0.83 0 0.26 241.15 0.71 0.43
Hex 23 20 BD 51 53 0 1A F1 47 2B
Octal 43 40 275 121 123 0 32 361 107 53
Binary 100011 100000 10111101 1010001 1010011 0 11010 11110001 1000111 101011

Color Harmonies of #2320BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2320BD

Black with #2320BD

Text Example


Text Example

White with #2320BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2320BD; }

 p { color: rgb(35,32,189); }

 H1.HeaderClassName
 {
   color: #2320BD;
 }
 .AnyTagClassName
 {
   color: #2320BD;
 }
</style>

background-color css

<style>
 a { background-color: #2320BD; }

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

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

border-color css

<style>
 span { border-color: #2320BD; }

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

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