#2333BD

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

Shades of Persian Blue #2333BD

Tints of Persian Blue #2333BD

Color information

#2333BD (or 0x2333BD) is unknown color: approx Persian Blue. HEX triplet: 23, 33 and BD. RGB value is (35,51,189). Sum of RGB (Red+Green+Blue) = 35+51+189=275 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.73% from 275); Green value is 51 (20.31% from 255 or 18.55% from 275); Blue value is 189 (74.22% from 255 or 68.73% from 275); Max value from RGB is 189 - color contains mainly: blue. Hex color #2333BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2333BD is #DCCC42. Grayscale: #3D3D3D. Windows color (decimal): -14470211 or 12399395. OLE color: 12399395.

HSL color Cylindrical-coordinate representation of color #2333BD: hue angle of 233.77º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2333BD is Cyan = 0.81, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB3551189-
CMYK0.810.7300.26
HSL233.77º68.75%43.92%-
HSV(B)233.77º81.48%74.12%-
XYZ11.066.448.8-
YUV61.95199.7108.78-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 12.73%
GREEN value IS 51 (20.31% from 255) = 18.55%
BLUE value IS 189 (74.22% from 255) = 68.73%
R=12.73%
G=18.55%
B=68.73%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal35511890.810.7300.26233.7768.7543.92
Hex2333BD514901Aea452c
Octal436327512111103235210554
Binary1000111100111011110110100011001001011010111010101000101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2333BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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