#2333CD

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

Shades of Persian Blue #2333CD

Tints of Persian Blue #2333CD

Color information

#2333CD (or 0x2333CD) is unknown color: approx Persian Blue. HEX triplet: 23, 33 and CD. RGB value is (35,51,205). Sum of RGB (Red+Green+Blue) = 35+51+205=291 (38% of max value = 765). Red value is 35 (14.06% from 255 or 12.03% from 291); Green value is 51 (20.31% from 255 or 17.53% from 291); Blue value is 205 (80.47% from 255 or 70.45% from 291); Max value from RGB is 205 - color contains mainly: blue. Hex color #2333CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2333CD is #DCCC32. Grayscale: #3F3F3F. Windows color (decimal): -14470195 or 13447971. OLE color: 13447971.

HSL color Cylindrical-coordinate representation of color #2333CD: hue angle of 234.35º 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 #2333CD is Cyan = 0.83, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB3551205-
CMYK0.830.7500.20
HSL234.35º70.83%47.06%-
HSV(B)234.35º82.93%80.39%-
XYZ12.97.1358.45-
YUV63.77207.7107.48-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 12.03%
GREEN value IS 51 (20.31% from 255) = 17.53%
BLUE value IS 205 (80.47% from 255) = 70.45%
R=12.03%
G=17.53%
B=70.45%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal35512050.830.7500.20234.3570.8347.06
Hex2333CD534B014ea472f
Octal436331512311302435210757
Binary1000111100111100110110100111001011010100111010101000111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2333CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2333CD; }

 p { color: rgb(35,51,205); }

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

<style>
 a { background-color: #2333CD; }

 a { background-color: rgb(35,51,205); }

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

<style>
 span { border-color: #2333CD; }

 span { border-color: rgb(35,51,205); }

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