#2333BF

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

Shades of Persian Blue #2333BF

Tints of Persian Blue #2333BF

Color information

#2333BF (or 0x2333BF) is unknown color: approx Persian Blue. HEX triplet: 23, 33 and BF. RGB value is (35,51,191). Sum of RGB (Red+Green+Blue) = 35+51+191=277 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.64% from 277); Green value is 51 (20.31% from 255 or 18.41% from 277); Blue value is 191 (75% from 255 or 68.95% from 277); Max value from RGB is 191 - color contains mainly: blue. Hex color #2333BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2333BF is #DCCC40. Grayscale: #3D3D3D. Windows color (decimal): -14470209 or 12530467. OLE color: 12530467.

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

Color convert

RGB3551191-
CMYK0.820.7300.25
HSL233.85º69.03%44.31%-
HSV(B)233.85º81.68%74.9%-
XYZ11.286.4949.95-
YUV62.18200.7108.62-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 12.64%
GREEN value IS 51 (20.31% from 255) = 18.41%
BLUE value IS 191 (75% from 255) = 68.95%
R=12.64%
G=18.41%
B=68.95%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal35511910.820.7300.25233.8569.0344.31
Hex2333BF5249019ea452c
Octal436327712211103135210554
Binary1000111100111011111110100101001001011001111010101000101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2333BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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