Html Css Color HEX #223AE8 Persian Blue

📋 copy color: '#223AE8'

red 34 ◦ green 58 ◦ blue 232

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

Shades of Persian Blue #223AE8

Tints of Persian Blue #223AE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 71.6%

R = 10.49%
G = 17.9%
B = 71.6%

CMYK

 C value IS 0.85

 M value IS 0.75

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#223AE8 (or 0x223AE8) is known color: Persian Blue. HEX triplet: 22, 3A and E8. RGB value is (34,58,232). Sum of RGB (Red+Green+Blue) = 34+58+232=324 (42% of max value = 765). Red value is 34 (13.67% from 255 or 10.49% from 324); Green value is 58 (23.05% from 255 or 17.90% from 324); Blue value is 232 (91.02% from 255 or 71.60% from 324); Max value from RGB is 232 - color contains mainly: blue. Hex color #223AE8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #223AE8 is #DDC517. Grayscale: #454545. Windows color (decimal): -14533912 or 15219234. OLE color: 15219234.

HSL color Cylindrical-coordinate representation of color #223AE8: hue angle of 232.73º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #223AE8 is Cyan = 0.85, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 34 58 232 -
CMYK 0.85 0.75 0 0.09
HSL 232.73º 0.81% 0.52% -
HSV(B) 232.73º 0.85% 0.91% -
XYZ 16.74 9.19 77.24 -
YUV 70.66 219.05 101.85 -
System Red Green Blue C M Y K H S L
Decimal 34 58 232 0.85 0.75 0 0.09 232.73 0.81 0.52
Hex 22 3A E8 55 4B 0 9 E9 51 34
Octal 42 72 350 125 113 0 11 351 121 64
Binary 100010 111010 11101000 1010101 1001011 0 1001 11101001 1010001 110100

Color Harmonies of #223AE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223AE8

Black with #223AE8

Text Example


Text Example

White with #223AE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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