Html Css Color HEX #2322B3 Persian Blue

📋 copy color: '#2322B3'

red 35 ◦ green 34 ◦ blue 179

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

Shades of Persian Blue #2322B3

Tints of Persian Blue #2322B3

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.71%

 BLUE value IS 179 (70.31% from 255) = 72.18%

R = 14.11%
G = 13.71%
B = 72.18%

CMYK

 C value IS 0.80

 M value IS 0.81

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#2322B3 (or 0x2322B3) is known color: Persian Blue. HEX triplet: 23, 22 and B3. RGB value is (35,34,179). Sum of RGB (Red+Green+Blue) = 35+34+179=248 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.11% from 248); Green value is 34 (13.67% from 255 or 13.71% from 248); Blue value is 179 (70.31% from 255 or 72.18% from 248); Max value from RGB is 179 - color contains mainly: blue. Hex color #2322B3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2322B3 is #DCDD4C. Grayscale: #323232. Windows color (decimal): -14474573 or 11739683. OLE color: 11739683.

HSL color Cylindrical-coordinate representation of color #2322B3: hue angle of 240.41º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2322B3 is Cyan = 0.80, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 35 34 179 -
CMYK 0.80 0.81 0 0.30
HSL 240.41º 0.68% 0.42% -
HSV(B) 240.41º 0.81% 0.7% -
XYZ 9.4 4.76 43.07 -
YUV 50.83 200.33 116.71 -
System Red Green Blue C M Y K H S L
Decimal 35 34 179 0.80 0.81 0 0.30 240.41 0.68 0.42
Hex 23 22 B3 50 51 0 1E F0 44 2A
Octal 43 42 263 120 121 0 36 360 104 52
Binary 100011 100010 10110011 1010000 1010001 0 11110 11110000 1000100 101010

Color Harmonies of #2322B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2322B3

Black with #2322B3

Text Example


Text Example

White with #2322B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2322B3; }

 p { color: rgb(35,34,179); }

 H1.HeaderClassName
 {
   color: #2322B3;
 }
 .AnyTagClassName
 {
   color: #2322B3;
 }
</style>

background-color css

<style>
 a { background-color: #2322B3; }

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

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

border-color css

<style>
 span { border-color: #2322B3; }

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

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