#323DBB

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

Shades of Persian Blue #323DBB

Tints of Persian Blue #323DBB

Color information

#323DBB (or 0x323DBB) is unknown color: approx Persian Blue. HEX triplet: 32, 3D and BB. RGB value is (50,61,187). Sum of RGB (Red+Green+Blue) = 50+61+187=298 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.78% from 298); Green value is 61 (24.22% from 255 or 20.47% from 298); Blue value is 187 (73.44% from 255 or 62.75% from 298); Max value from RGB is 187 - color contains mainly: blue. Hex color #323DBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #323DBB is #CDC244. Grayscale: #474747. Windows color (decimal): -13484613 or 12270898. OLE color: 12270898.

HSL color Cylindrical-coordinate representation of color #323DBB: hue angle of 235.18º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #323DBB is Cyan = 0.73, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB5061187-
CMYK0.730.6700.27
HSL235.18º57.81%46.47%-
HSV(B)235.18º73.26%73.33%-
XYZ11.957.647.85-
YUV72.07192.86112.25-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.78%
GREEN value IS 61 (24.22% from 255) = 20.47%
BLUE value IS 187 (73.44% from 255) = 62.75%
R=16.78%
G=20.47%
B=62.75%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal50611870.730.6700.27235.1857.8146.47
Hex323DBB494301Beb3a2e
Octal62752731111030333537256
Binary110010111101101110111001001100001101101111101011111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323DBB; }

 p { color: rgb(50,61,187); }

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

<style>
 a { background-color: #323DBB; }

 a { background-color: rgb(50,61,187); }

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

<style>
 span { border-color: #323DBB; }

 span { border-color: rgb(50,61,187); }

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