Html Css Color HEX #223BAE Persian Blue

📋 copy color: '#223BAE'

red 34 ◦ green 59 ◦ blue 174

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

Shades of Persian Blue #223BAE

Tints of Persian Blue #223BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 65.17%

R = 12.73%
G = 22.1%
B = 65.17%

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

#223BAE (or 0x223BAE) is known color: Persian Blue. HEX triplet: 22, 3B and AE. RGB value is (34,59,174). Sum of RGB (Red+Green+Blue) = 34+59+174=267 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.73% from 267); Green value is 59 (23.44% from 255 or 22.10% from 267); Blue value is 174 (68.36% from 255 or 65.17% from 267); Max value from RGB is 174 - color contains mainly: blue. Hex color #223BAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #223BAE is #DDC451. Grayscale: #404040. Windows color (decimal): -14533714 or 11418402. OLE color: 11418402.

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

Color convert

RGB 34 59 174 -
CMYK 0.80 0.66 0 0.32
HSL 229.29º 0.67% 0.41% -
HSV(B) 229.29º 0.8% 0.68% -
XYZ 9.86 6.52 40.78 -
YUV 64.64 189.72 106.15 -
System Red Green Blue C M Y K H S L
Decimal 34 59 174 0.80 0.66 0 0.32 229.29 0.67 0.41
Hex 22 3B AE 50 42 0 20 E5 43 29
Octal 42 73 256 120 102 0 40 345 103 51
Binary 100010 111011 10101110 1010000 1000010 0 100000 11100101 1000011 101001

Color Harmonies of #223BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223BAE

Black with #223BAE

Text Example


Text Example

White with #223BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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