Html Css Color HEX #223AAA Persian Blue

📋 copy color: '#223AAA'

red 34 ◦ green 58 ◦ blue 170

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

Shades of Persian Blue #223AAA

Tints of Persian Blue #223AAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 64.89%

R = 12.98%
G = 22.14%
B = 64.89%

CMYK

 C value IS 0.80

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#223AAA (or 0x223AAA) is known color: Persian Blue. HEX triplet: 22, 3A and AA. RGB value is (34,58,170). Sum of RGB (Red+Green+Blue) = 34+58+170=262 (34% of max value = 765). Red value is 34 (13.67% from 255 or 12.98% from 262); Green value is 58 (23.05% from 255 or 22.14% from 262); Blue value is 170 (66.80% from 255 or 64.89% from 262); Max value from RGB is 170 - color contains mainly: blue. Hex color #223AAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #223AAA is #DDC555. Grayscale: #3F3F3F. Windows color (decimal): -14533974 or 11156002. OLE color: 11156002.

HSL color Cylindrical-coordinate representation of color #223AAA: hue angle of 229.41º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #223AAA is Cyan = 0.80, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 34 58 170 -
CMYK 0.80 0.66 0 0.33
HSL 229.41º 0.67% 0.4% -
HSV(B) 229.41º 0.8% 0.67% -
XYZ 9.43 6.27 38.74 -
YUV 63.59 188.05 106.89 -
System Red Green Blue C M Y K H S L
Decimal 34 58 170 0.80 0.66 0 0.33 229.41 0.67 0.4
Hex 22 3A AA 50 42 0 21 E5 43 28
Octal 42 72 252 120 102 0 41 345 103 50
Binary 100010 111010 10101010 1010000 1000010 0 100001 11100101 1000011 101000

Color Harmonies of #223AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223AAA

Black with #223AAA

Text Example


Text Example

White with #223AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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