Html Css Color HEX #223DA9 Persian Blue

📋 copy color: '#223DA9'

red 34 ◦ green 61 ◦ blue 169

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

Shades of Persian Blue #223DA9

Tints of Persian Blue #223DA9

RGB

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

 GREEN value IS 61 (24.22% from 255) = 23.11%

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

R = 12.88%
G = 23.11%
B = 64.02%

CMYK

 C value IS 0.80

 M value IS 0.64

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#223DA9 (or 0x223DA9) is known color: Persian Blue. HEX triplet: 22, 3D and A9. RGB value is (34,61,169). Sum of RGB (Red+Green+Blue) = 34+61+169=264 (34% of max value = 765). Red value is 34 (13.67% from 255 or 12.88% from 264); Green value is 61 (24.22% from 255 or 23.11% from 264); Blue value is 169 (66.41% from 255 or 64.02% from 264); Max value from RGB is 169 - color contains mainly: blue. Hex color #223DA9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #223DA9 is #DDC256. Grayscale: #404040. Windows color (decimal): -14533207 or 11091234. OLE color: 11091234.

HSL color Cylindrical-coordinate representation of color #223DA9: hue angle of 228º 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 #223DA9 is Cyan = 0.80, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 34 61 169 -
CMYK 0.80 0.64 0 0.34
HSL 228º 0.67% 0.4% -
HSV(B) 228º 0.8% 0.66% -
XYZ 9.49 6.54 38.3 -
YUV 65.24 186.55 105.72 -
System Red Green Blue C M Y K H S L
Decimal 34 61 169 0.80 0.64 0 0.34 228 0.67 0.4
Hex 22 3D A9 50 40 0 22 E4 43 28
Octal 42 75 251 120 100 0 42 344 103 50
Binary 100010 111101 10101001 1010000 1000000 0 100010 11100100 1000011 101000

Color Harmonies of #223DA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223DA9

Black with #223DA9

Text Example


Text Example

White with #223DA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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