#223DBA

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

Shades of Persian Blue #223DBA

Tints of Persian Blue #223DBA

Color information

#223DBA (or 0x223DBA) is unknown color: approx Persian Blue. HEX triplet: 22, 3D and BA. RGB value is (34,61,186). Sum of RGB (Red+Green+Blue) = 34+61+186=281 (37% of max value = 765). Red value is 34 (13.67% from 255 or 12.10% from 281); Green value is 61 (24.22% from 255 or 21.71% from 281); Blue value is 186 (73.05% from 255 or 66.19% from 281); Max value from RGB is 186 - color contains mainly: blue. Hex color #223DBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #223DBA is #DDC245. Grayscale: #424242. Windows color (decimal): -14533190 or 12205346. OLE color: 12205346.

HSL color Cylindrical-coordinate representation of color #223DBA: hue angle of 229.34º 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 #223DBA is Cyan = 0.82, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB3461186-
CMYK0.820.6700.27
HSL229.34º69.09%43.14%-
HSV(B)229.34º81.72%72.94%-
XYZ11.197.2247.26-
YUV67.18195.05104.34-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 12.10%
GREEN value IS 61 (24.22% from 255) = 21.71%
BLUE value IS 186 (73.05% from 255) = 66.19%
R=12.10%
G=21.71%
B=66.19%

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
Decimal34611860.820.6700.27229.3469.0943.14
Hex223DBA524301Be5452b
Octal427527212210303334510553
Binary1000101111011011101010100101000011011011111001011000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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