Html Css Color HEX #223AAF Persian Blue

📋 copy color: '#223AAF'

red 34 ◦ green 58 ◦ blue 175

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

Shades of Persian Blue #223AAF

Tints of Persian Blue #223AAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 65.54%

R = 12.73%
G = 21.72%
B = 65.54%

CMYK

 C value IS 0.81

 M value IS 0.67

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#223AAF (or 0x223AAF) is known color: Persian Blue. HEX triplet: 22, 3A and AF. RGB value is (34,58,175). Sum of RGB (Red+Green+Blue) = 34+58+175=267 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.73% from 267); Green value is 58 (23.05% from 255 or 21.72% from 267); Blue value is 175 (68.75% from 255 or 65.54% from 267); Max value from RGB is 175 - color contains mainly: blue. Hex color #223AAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #223AAF is #DDC550. Grayscale: #3F3F3F. Windows color (decimal): -14533969 or 11483682. OLE color: 11483682.

HSL color Cylindrical-coordinate representation of color #223AAF: hue angle of 229.79º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #223AAF is Cyan = 0.81, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 34 58 175 -
CMYK 0.81 0.67 0 0.31
HSL 229.79º 0.67% 0.41% -
HSV(B) 229.79º 0.81% 0.69% -
XYZ 9.91 6.46 41.28 -
YUV 64.16 190.55 106.49 -
System Red Green Blue C M Y K H S L
Decimal 34 58 175 0.81 0.67 0 0.31 229.79 0.67 0.41
Hex 22 3A AF 51 43 0 1F E6 43 29
Octal 42 72 257 121 103 0 37 346 103 51
Binary 100010 111010 10101111 1010001 1000011 0 11111 11100110 1000011 101001

Color Harmonies of #223AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223AAF

Black with #223AAF

Text Example


Text Example

White with #223AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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