Html Css Color HEX #223AB5 Persian Blue

📋 copy color: '#223AB5'

red 34 ◦ green 58 ◦ blue 181

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

Shades of Persian Blue #223AB5

Tints of Persian Blue #223AB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 66.3%

R = 12.45%
G = 21.25%
B = 66.3%

CMYK

 C value IS 0.81

 M value IS 0.68

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#223AB5 (or 0x223AB5) is known color: Persian Blue. HEX triplet: 22, 3A and B5. RGB value is (34,58,181). Sum of RGB (Red+Green+Blue) = 34+58+181=273 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.45% from 273); Green value is 58 (23.05% from 255 or 21.25% from 273); Blue value is 181 (71.09% from 255 or 66.30% from 273); Max value from RGB is 181 - color contains mainly: blue. Hex color #223AB5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #223AB5 is #DDC54A. Grayscale: #404040. Windows color (decimal): -14533963 or 11876898. OLE color: 11876898.

HSL color Cylindrical-coordinate representation of color #223AB5: hue angle of 230.2º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #223AB5 is Cyan = 0.81, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 34 58 181 -
CMYK 0.81 0.68 0 0.29
HSL 230.2º 0.68% 0.42% -
HSV(B) 230.2º 0.81% 0.71% -
XYZ 10.51 6.7 44.46 -
YUV 64.85 193.55 106 -
System Red Green Blue C M Y K H S L
Decimal 34 58 181 0.81 0.68 0 0.29 230.2 0.68 0.42
Hex 22 3A B5 51 44 0 1D E6 44 2A
Octal 42 72 265 121 104 0 35 346 104 52
Binary 100010 111010 10110101 1010001 1000100 0 11101 11100110 1000100 101010

Color Harmonies of #223AB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223AB5

Black with #223AB5

Text Example


Text Example

White with #223AB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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