#223DCD

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

Shades of Persian Blue #223DCD

Tints of Persian Blue #223DCD

Color information

#223DCD (or 0x223DCD) is unknown color: approx Persian Blue. HEX triplet: 22, 3D and CD. RGB value is (34,61,205). Sum of RGB (Red+Green+Blue) = 34+61+205=300 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.33% from 300); Green value is 61 (24.22% from 255 or 20.33% from 300); Blue value is 205 (80.47% from 255 or 68.33% from 300); Max value from RGB is 205 - color contains mainly: blue. Hex color #223DCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #223DCD is #DDC232. Grayscale: #444444. Windows color (decimal): -14533171 or 13450530. OLE color: 13450530.

HSL color Cylindrical-coordinate representation of color #223DCD: hue angle of 230.53º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #223DCD is Cyan = 0.83, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB3461205-
CMYK0.830.7000.20
HSL230.53º71.55%46.86%-
HSV(B)230.53º83.41%80.39%-
XYZ13.358.0958.61-
YUV69.34204.55102.79-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 11.33%
GREEN value IS 61 (24.22% from 255) = 20.33%
BLUE value IS 205 (80.47% from 255) = 68.33%
R=11.33%
G=20.33%
B=68.33%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal34612050.830.7000.20230.5371.5546.86
Hex223DCD5346014e7482f
Octal427531512310602434711057
Binary1000101111011100110110100111000110010100111001111001000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,61,205); }

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

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

 a { background-color: rgb(34,61,205); }

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

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

 span { border-color: rgb(34,61,205); }

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