#2327B1

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

Shades of Persian Blue #2327B1

Tints of Persian Blue #2327B1

Color information

#2327B1 (or 0x2327B1) is unknown color: approx Persian Blue. HEX triplet: 23, 27 and B1. RGB value is (35,39,177). Sum of RGB (Red+Green+Blue) = 35+39+177=251 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.94% from 251); Green value is 39 (15.62% from 255 or 15.54% from 251); Blue value is 177 (69.53% from 255 or 70.52% from 251); Max value from RGB is 177 - color contains mainly: blue. Hex color #2327B1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2327B1 is #DCD84E. Grayscale: #343434. Windows color (decimal): -14473295 or 11609891. OLE color: 11609891.

HSL color Cylindrical-coordinate representation of color #2327B1: hue angle of 238.31º 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 #2327B1 is Cyan = 0.80, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB3539177-
CMYK0.800.7800.31
HSL238.31º66.98%41.57%-
HSV(B)238.31º80.23%69.41%-
XYZ9.354.9842.06-
YUV53.54197.67114.78-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 13.94%
GREEN value IS 39 (15.62% from 255) = 15.54%
BLUE value IS 177 (69.53% from 255) = 70.52%
R=13.94%
G=15.54%
B=70.52%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal35391770.800.7800.31238.3166.9841.57
Hex2327B1504E01Fee432a
Octal434726112011603735610352
Binary1000111001111011000110100001001110011111111011101000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2327B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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