#2233CC

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

Shades of Persian Blue #2233CC

Tints of Persian Blue #2233CC

Color information

#2233CC (or 0x2233CC) is unknown color: approx Persian Blue. HEX triplet: 22, 33 and CC. RGB value is (34,51,204). Sum of RGB (Red+Green+Blue) = 34+51+204=289 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.76% from 289); Green value is 51 (20.31% from 255 or 17.65% from 289); Blue value is 204 (80.08% from 255 or 70.59% from 289); Max value from RGB is 204 - color contains mainly: blue. Hex color #2233CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2233CC is #DDCC33. Grayscale: #3E3E3E. Windows color (decimal): -14535732 or 13382434. OLE color: 13382434.

HSL color Cylindrical-coordinate representation of color #2233CC: hue angle of 234º degrees, saturation: 0.71, 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 #2233CC is Cyan = 0.83, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB3451204-
CMYK0.830.7500.2
HSL234º71.43%46.67%-
HSV(B)234º83.33%80%-
XYZ12.747.0757.82-
YUV63.36207.37107.06-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 11.76%
GREEN value IS 51 (20.31% from 255) = 17.65%
BLUE value IS 204 (80.08% from 255) = 70.59%
R=11.76%
G=17.65%
B=70.59%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal34512040.830.7500.223471.4346.67
Hex2233CC534B014ea472f
Octal426331412311302435210757
Binary1000101100111100110010100111001011010100111010101000111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2233CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2233CC; }

 p { color: rgb(34,51,204); }

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

<style>
 a { background-color: #2233CC; }

 a { background-color: rgb(34,51,204); }

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

<style>
 span { border-color: #2233CC; }

 span { border-color: rgb(34,51,204); }

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