#2331BB

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

Shades of Persian Blue #2331BB

Tints of Persian Blue #2331BB

Color information

#2331BB (or 0x2331BB) is unknown color: approx Persian Blue. HEX triplet: 23, 31 and BB. RGB value is (35,49,187). Sum of RGB (Red+Green+Blue) = 35+49+187=271 (35% of max value = 765). Red value is 35 (14.06% from 255 or 12.92% from 271); Green value is 49 (19.53% from 255 or 18.08% from 271); Blue value is 187 (73.44% from 255 or 69.00% from 271); Max value from RGB is 187 - color contains mainly: blue. Hex color #2331BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2331BB is #DCCE44. Grayscale: #3B3B3B. Windows color (decimal): -14470725 or 12267811. OLE color: 12267811.

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

Color convert

RGB3549187-
CMYK0.810.7400.27
HSL234.47º68.47%43.53%-
HSV(B)234.47º81.28%73.33%-
XYZ10.766.1447.63-
YUV60.55199.36109.78-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 12.92%
GREEN value IS 49 (19.53% from 255) = 18.08%
BLUE value IS 187 (73.44% from 255) = 69.00%
R=12.92%
G=18.08%
B=69.00%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal35491870.810.7400.27234.4768.4743.53
Hex2331BB514A01Bea442c
Octal436127312111203335210454
Binary1000111100011011101110100011001010011011111010101000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2331BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2331BB; }

 p { color: rgb(35,49,187); }

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

<style>
 a { background-color: #2331BB; }

 a { background-color: rgb(35,49,187); }

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

<style>
 span { border-color: #2331BB; }

 span { border-color: rgb(35,49,187); }

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