#2333DA

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

Shades of Persian Blue #2333DA

Tints of Persian Blue #2333DA

Color information

#2333DA (or 0x2333DA) is unknown color: approx Persian Blue. HEX triplet: 23, 33 and DA. RGB value is (35,51,218). Sum of RGB (Red+Green+Blue) = 35+51+218=304 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.51% from 304); Green value is 51 (20.31% from 255 or 16.78% from 304); Blue value is 218 (85.55% from 255 or 71.71% from 304); Max value from RGB is 218 - color contains mainly: blue. Hex color #2333DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2333DA is #DCCC25. Grayscale: #404040. Windows color (decimal): -14470182 or 14299939. OLE color: 14299939.

HSL color Cylindrical-coordinate representation of color #2333DA: hue angle of 234.75º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2333DA is Cyan = 0.84, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB3551218-
CMYK0.840.7700.15
HSL234.75º72.33%49.61%-
HSV(B)234.75º83.94%85.49%-
XYZ14.537.7967.07-
YUV65.25214.2106.42-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 11.51%
GREEN value IS 51 (20.31% from 255) = 16.78%
BLUE value IS 218 (85.55% from 255) = 71.71%
R=11.51%
G=16.78%
B=71.71%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal35512180.840.7700.15234.7572.3349.61
Hex2333DA544D0Feb4832
Octal436333212411501735311062
Binary100011110011110110101010100100110101111111010111001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2333DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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