Html Css Color HEX #223DAD Persian Blue

📋 copy color: '#223DAD'

red 34 ◦ green 61 ◦ blue 173

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

Shades of Persian Blue #223DAD

Tints of Persian Blue #223DAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 64.55%

R = 12.69%
G = 22.76%
B = 64.55%

CMYK

 C value IS 0.80

 M value IS 0.65

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#223DAD (or 0x223DAD) is known color: Persian Blue. HEX triplet: 22, 3D and AD. RGB value is (34,61,173). Sum of RGB (Red+Green+Blue) = 34+61+173=268 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.69% from 268); Green value is 61 (24.22% from 255 or 22.76% from 268); Blue value is 173 (67.97% from 255 or 64.55% from 268); Max value from RGB is 173 - color contains mainly: blue. Hex color #223DAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #223DAD is #DDC252. Grayscale: #414141. Windows color (decimal): -14533203 or 11353378. OLE color: 11353378.

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

Color convert

RGB 34 61 173 -
CMYK 0.80 0.65 0 0.32
HSL 228.35º 0.67% 0.41% -
HSV(B) 228.35º 0.8% 0.68% -
XYZ 9.87 6.69 40.31 -
YUV 65.7 188.55 105.39 -
System Red Green Blue C M Y K H S L
Decimal 34 61 173 0.80 0.65 0 0.32 228.35 0.67 0.41
Hex 22 3D AD 50 41 0 20 E4 43 29
Octal 42 75 255 120 101 0 40 344 103 51
Binary 100010 111101 10101101 1010000 1000001 0 100000 11100100 1000011 101001

Color Harmonies of #223DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223DAD

Black with #223DAD

Text Example


Text Example

White with #223DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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