#223EBA

Color #223EBA Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #223EBA

Tints of Persian Blue #223EBA

Color information

#223EBA (or 0x223EBA) is unknown color: approx Persian Blue. HEX triplet: 22, 3E and BA. RGB value is (34,62,186). Sum of RGB (Red+Green+Blue) = 34+62+186=282 (37% of max value = 765). Red value is 34 (13.67% from 255 or 12.06% from 282); Green value is 62 (24.61% from 255 or 21.99% from 282); Blue value is 186 (73.05% from 255 or 65.96% from 282); Max value from RGB is 186 - color contains mainly: blue. Hex color #223EBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #223EBA is #DDC145. Grayscale: #434343. Windows color (decimal): -14532934 or 12205602. OLE color: 12205602.

HSL color Cylindrical-coordinate representation of color #223EBA: hue angle of 228.95º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #223EBA is Cyan = 0.82, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB3462186-
CMYK0.820.6700.27
HSL228.95º69.09%43.14%-
HSV(B)228.95º81.72%72.94%-
XYZ11.257.3347.28-
YUV67.76194.72103.92-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 12.06%
GREEN value IS 62 (24.61% from 255) = 21.99%
BLUE value IS 186 (73.05% from 255) = 65.96%
R=12.06%
G=21.99%
B=65.96%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal34621860.820.6700.27228.9569.0943.14
Hex223EBA524301Be5452b
Octal427627212210303334510553
Binary1000101111101011101010100101000011011011111001011000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,62,186); }

 H1.HeaderClassName
 {
   color: #223EBA;
 }
 .AnyTagClassName
 {
   color: #223EBA;
 }
</style>
background-color css

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

 a { background-color: rgb(34,62,186); }

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

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

 span { border-color: rgb(34,62,186); }

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