#2336B1

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

Shades of Persian Blue #2336B1

Tints of Persian Blue #2336B1

Color information

#2336B1 (or 0x2336B1) is unknown color: approx Persian Blue. HEX triplet: 23, 36 and B1. RGB value is (35,54,177). Sum of RGB (Red+Green+Blue) = 35+54+177=266 (35% of max value = 765). Red value is 35 (14.06% from 255 or 13.16% from 266); Green value is 54 (21.48% from 255 or 20.30% from 266); Blue value is 177 (69.53% from 255 or 66.54% from 266); Max value from RGB is 177 - color contains mainly: blue. Hex color #2336B1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2336B1 is #DCC94E. Grayscale: #3D3D3D. Windows color (decimal): -14469455 or 11613731. OLE color: 11613731.

HSL color Cylindrical-coordinate representation of color #2336B1: hue angle of 231.97º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2336B1 is Cyan = 0.80, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB3554177-
CMYK0.800.6900.31
HSL231.97º66.98%41.57%-
HSV(B)231.97º80.23%69.41%-
XYZ9.956.1742.26-
YUV62.34192.71108.5-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 13.16%
GREEN value IS 54 (21.48% from 255) = 20.30%
BLUE value IS 177 (69.53% from 255) = 66.54%
R=13.16%
G=20.30%
B=66.54%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal35541770.800.6900.31231.9766.9841.57
Hex2336B1504501Fe8432a
Octal436626112010503735010352
Binary1000111101101011000110100001000101011111111010001000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2336B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2336B1; }

 p { color: rgb(35,54,177); }

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

<style>
 a { background-color: #2336B1; }

 a { background-color: rgb(35,54,177); }

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

<style>
 span { border-color: #2336B1; }

 span { border-color: rgb(35,54,177); }

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