Html Css Color HEX #223BAD Persian Blue

📋 copy color: '#223BAD'

red 34 ◦ green 59 ◦ blue 173

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

Shades of Persian Blue #223BAD

Tints of Persian Blue #223BAD

RGB

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

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

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

R = 12.78%
G = 22.18%
B = 65.04%

CMYK

 C value IS 0.80

 M value IS 0.66

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#223BAD (or 0x223BAD) is known color: Persian Blue. HEX triplet: 22, 3B and AD. RGB value is (34,59,173). Sum of RGB (Red+Green+Blue) = 34+59+173=266 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.78% from 266); Green value is 59 (23.44% from 255 or 22.18% from 266); Blue value is 173 (67.97% from 255 or 65.04% from 266); Max value from RGB is 173 - color contains mainly: blue. Hex color #223BAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #223BAD is #DDC452. Grayscale: #404040. Windows color (decimal): -14533715 or 11352866. OLE color: 11352866.

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

Color convert

RGB 34 59 173 -
CMYK 0.80 0.66 0 0.32
HSL 229.21º 0.67% 0.41% -
HSV(B) 229.21º 0.8% 0.68% -
XYZ 9.77 6.49 40.27 -
YUV 64.52 189.22 106.23 -
System Red Green Blue C M Y K H S L
Decimal 34 59 173 0.80 0.66 0 0.32 229.21 0.67 0.41
Hex 22 3B AD 50 42 0 20 E5 43 29
Octal 42 73 255 120 102 0 40 345 103 51
Binary 100010 111011 10101101 1010000 1000010 0 100000 11100101 1000011 101001

Color Harmonies of #223BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223BAD

Black with #223BAD

Text Example


Text Example

White with #223BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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