Html Css Color HEX #223ADD Persian Blue

📋 copy color: '#223ADD'

red 34 ◦ green 58 ◦ blue 221

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

Shades of Persian Blue #223ADD

Tints of Persian Blue #223ADD

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.53%

 BLUE value IS 221 (86.72% from 255) = 70.61%

R = 10.86%
G = 18.53%
B = 70.61%

CMYK

 C value IS 0.85

 M value IS 0.74

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#223ADD (or 0x223ADD) is known color: Persian Blue. HEX triplet: 22, 3A and DD. RGB value is (34,58,221). Sum of RGB (Red+Green+Blue) = 34+58+221=313 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.86% from 313); Green value is 58 (23.05% from 255 or 18.53% from 313); Blue value is 221 (86.72% from 255 or 70.61% from 313); Max value from RGB is 221 - color contains mainly: blue. Hex color #223ADD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #223ADD is #DDC522. Grayscale: #444444. Windows color (decimal): -14533923 or 14498338. OLE color: 14498338.

HSL color Cylindrical-coordinate representation of color #223ADD: hue angle of 232.3º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #223ADD is Cyan = 0.85, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 34 58 221 -
CMYK 0.85 0.74 0 0.13
HSL 232.3º 0.73% 0.5% -
HSV(B) 232.3º 0.85% 0.87% -
XYZ 15.22 8.59 69.26 -
YUV 69.41 213.55 102.75 -
System Red Green Blue C M Y K H S L
Decimal 34 58 221 0.85 0.74 0 0.13 232.3 0.73 0.5
Hex 22 3A DD 55 4A 0 D E8 49 32
Octal 42 72 335 125 112 0 15 350 111 62
Binary 100010 111010 11011101 1010101 1001010 0 1101 11101000 1001001 110010

Color Harmonies of #223ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223ADD

Black with #223ADD

Text Example


Text Example

White with #223ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #223ADD; }

 p { color: rgb(34,58,221); }

 H1.HeaderClassName
 {
   color: #223ADD;
 }
 .AnyTagClassName
 {
   color: #223ADD;
 }
</style>

background-color css

<style>
 a { background-color: #223ADD; }

 a { background-color: rgb(34,58,221); }

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

border-color css

<style>
 span { border-color: #223ADD; }

 span { border-color: rgb(34,58,221); }

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