#223CC5

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

Shades of Persian Blue #223CC5

Tints of Persian Blue #223CC5

Color information

#223CC5 (or 0x223CC5) is unknown color: approx Persian Blue. HEX triplet: 22, 3C and C5. RGB value is (34,60,197). Sum of RGB (Red+Green+Blue) = 34+60+197=291 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.68% from 291); Green value is 60 (23.83% from 255 or 20.62% from 291); Blue value is 197 (77.34% from 255 or 67.70% from 291); Max value from RGB is 197 - color contains mainly: blue. Hex color #223CC5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #223CC5 is #DDC33A. Grayscale: #434343. Windows color (decimal): -14533435 or 12925986. OLE color: 12925986.

HSL color Cylindrical-coordinate representation of color #223CC5: hue angle of 230.43º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #223CC5 is Cyan = 0.83, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB3460197-
CMYK0.830.7000.23
HSL230.43º70.56%45.29%-
HSV(B)230.43º82.74%77.25%-
XYZ12.357.653.64-
YUV67.84200.89103.86-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 11.68%
GREEN value IS 60 (23.83% from 255) = 20.62%
BLUE value IS 197 (77.34% from 255) = 67.70%
R=11.68%
G=20.62%
B=67.70%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal34601970.830.7000.23230.4370.5645.29
Hex223CC55346017e6472d
Octal427430512310602734610755
Binary1000101111001100010110100111000110010111111001101000111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223CC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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