#223CDB

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

Shades of Persian Blue #223CDB

Tints of Persian Blue #223CDB

Color information

#223CDB (or 0x223CDB) is unknown color: approx Persian Blue. HEX triplet: 22, 3C and DB. RGB value is (34,60,219). Sum of RGB (Red+Green+Blue) = 34+60+219=313 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.86% from 313); Green value is 60 (23.83% from 255 or 19.17% from 313); Blue value is 219 (85.94% from 255 or 69.97% from 313); Max value from RGB is 219 - color contains mainly: blue. Hex color #223CDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #223CDB is #DDC324. Grayscale: #454545. Windows color (decimal): -14533413 or 14367778. OLE color: 14367778.

HSL color Cylindrical-coordinate representation of color #223CDB: hue angle of 231.57º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #223CDB is Cyan = 0.84, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB3460219-
CMYK0.840.7300.14
HSL231.57º73.12%49.61%-
HSV(B)231.57º84.47%85.88%-
XYZ15.068.6967.9-
YUV70.35211.89102.07-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 10.86%
GREEN value IS 60 (23.83% from 255) = 19.17%
BLUE value IS 219 (85.94% from 255) = 69.97%
R=10.86%
G=19.17%
B=69.97%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal34602190.840.7300.14231.5773.1249.61
Hex223CDB54490Ee84932
Octal427433312411101635011162
Binary100010111100110110111010100100100101110111010001001001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223CDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,60,219); }

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

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

 a { background-color: rgb(34,60,219); }

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

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

 span { border-color: rgb(34,60,219); }

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