Html Css Color HEX #223AB7 Persian Blue

📋 copy color: '#223AB7'

red 34 ◦ green 58 ◦ blue 183

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

Shades of Persian Blue #223AB7

Tints of Persian Blue #223AB7

RGB

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

 GREEN value IS 58 (23.05% from 255) = 21.09%

 BLUE value IS 183 (71.88% from 255) = 66.55%

R = 12.36%
G = 21.09%
B = 66.55%

CMYK

 C value IS 0.81

 M value IS 0.68

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#223AB7 (or 0x223AB7) is known color: Persian Blue. HEX triplet: 22, 3A and B7. RGB value is (34,58,183). Sum of RGB (Red+Green+Blue) = 34+58+183=275 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.36% from 275); Green value is 58 (23.05% from 255 or 21.09% from 275); Blue value is 183 (71.88% from 255 or 66.55% from 275); Max value from RGB is 183 - color contains mainly: blue. Hex color #223AB7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #223AB7 is #DDC548. Grayscale: #404040. Windows color (decimal): -14533961 or 12007970. OLE color: 12007970.

HSL color Cylindrical-coordinate representation of color #223AB7: hue angle of 230.34º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #223AB7 is Cyan = 0.81, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 34 58 183 -
CMYK 0.81 0.68 0 0.28
HSL 230.34º 0.69% 0.43% -
HSV(B) 230.34º 0.81% 0.72% -
XYZ 10.72 6.79 45.54 -
YUV 65.07 194.55 105.84 -
System Red Green Blue C M Y K H S L
Decimal 34 58 183 0.81 0.68 0 0.28 230.34 0.69 0.43
Hex 22 3A B7 51 44 0 1C E6 45 2B
Octal 42 72 267 121 104 0 34 346 105 53
Binary 100010 111010 10110111 1010001 1000100 0 11100 11100110 1000101 101011

Color Harmonies of #223AB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223AB7

Black with #223AB7

Text Example


Text Example

White with #223AB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,58,183); }

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

background-color css

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

 a { background-color: rgb(34,58,183); }

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

border-color css

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

 span { border-color: rgb(34,58,183); }

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