Html Css Color HEX #2223D5 Persian Blue

📋 copy color: '#2223D5'

red 34 ◦ green 35 ◦ blue 213

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

Shades of Persian Blue #2223D5

Tints of Persian Blue #2223D5

RGB

 RED value IS 34 (13.67% from 255) = 12.06%

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

 BLUE value IS 213 (83.59% from 255) = 75.53%

R = 12.06%
G = 12.41%
B = 75.53%

CMYK

 C value IS 0.84

 M value IS 0.84

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#2223D5 (or 0x2223D5) is known color: Persian Blue. HEX triplet: 22, 23 and D5. RGB value is (34,35,213). Sum of RGB (Red+Green+Blue) = 34+35+213=282 (37% of max value = 765). Red value is 34 (13.67% from 255 or 12.06% from 282); Green value is 35 (14.06% from 255 or 12.41% from 282); Blue value is 213 (83.59% from 255 or 75.53% from 282); Max value from RGB is 213 - color contains mainly: blue. Hex color #2223D5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2223D5 is #DDDC2A. Grayscale: #363636. Windows color (decimal): -14539819 or 13968162. OLE color: 13968162.

HSL color Cylindrical-coordinate representation of color #2223D5: hue angle of 239.66º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2223D5 is Cyan = 0.84, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 34 35 213 -
CMYK 0.84 0.84 0 0.16
HSL 239.66º 0.72% 0.48% -
HSV(B) 239.66º 0.84% 0.84% -
XYZ 13.27 6.35 63.48 -
YUV 54.99 217.17 113.03 -
System Red Green Blue C M Y K H S L
Decimal 34 35 213 0.84 0.84 0 0.16 239.66 0.72 0.48
Hex 22 23 D5 54 54 0 10 F0 48 30
Octal 42 43 325 124 124 0 20 360 110 60
Binary 100010 100011 11010101 1010100 1010100 0 10000 11110000 1001000 110000

Color Harmonies of #2223D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2223D5

Black with #2223D5

Text Example


Text Example

White with #2223D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2223D5; }

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

 H1.HeaderClassName
 {
   color: #2223D5;
 }
 .AnyTagClassName
 {
   color: #2223D5;
 }
</style>

background-color css

<style>
 a { background-color: #2223D5; }

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

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

border-color css

<style>
 span { border-color: #2223D5; }

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

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