Html Css Color HEX #223BA9 Persian Blue

📋 copy color: '#223BA9'

red 34 ◦ green 59 ◦ blue 169

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

Shades of Persian Blue #223BA9

Tints of Persian Blue #223BA9

RGB

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

 GREEN value IS 59 (23.44% from 255) = 22.52%

 BLUE value IS 169 (66.41% from 255) = 64.5%

R = 12.98%
G = 22.52%
B = 64.5%

CMYK

 C value IS 0.80

 M value IS 0.65

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#223BA9 (or 0x223BA9) is known color: Persian Blue. HEX triplet: 22, 3B and A9. RGB value is (34,59,169). Sum of RGB (Red+Green+Blue) = 34+59+169=262 (34% of max value = 765). Red value is 34 (13.67% from 255 or 12.98% from 262); Green value is 59 (23.44% from 255 or 22.52% from 262); Blue value is 169 (66.41% from 255 or 64.50% from 262); Max value from RGB is 169 - color contains mainly: blue. Hex color #223BA9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #223BA9 is #DDC456. Grayscale: #3F3F3F. Windows color (decimal): -14533719 or 11090722. OLE color: 11090722.

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

Color convert

RGB 34 59 169 -
CMYK 0.80 0.65 0 0.34
HSL 228.89º 0.67% 0.4% -
HSV(B) 228.89º 0.8% 0.66% -
XYZ 9.39 6.33 38.26 -
YUV 64.07 187.22 106.56 -
System Red Green Blue C M Y K H S L
Decimal 34 59 169 0.80 0.65 0 0.34 228.89 0.67 0.4
Hex 22 3B A9 50 41 0 22 E5 43 28
Octal 42 73 251 120 101 0 42 345 103 50
Binary 100010 111011 10101001 1010000 1000001 0 100010 11100101 1000011 101000

Color Harmonies of #223BA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223BA9

Black with #223BA9

Text Example


Text Example

White with #223BA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,59,169); }

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

background-color css

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

 a { background-color: rgb(34,59,169); }

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

border-color css

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

 span { border-color: rgb(34,59,169); }

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