#2317b4

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

Shades of Persian Blue #2317B4

Tints of Persian Blue #2317B4

Color information

#2317B4 (or 0x2317B4) is unknown color: approx Persian Blue. HEX triplet: 23, 17 and B4. RGB value is (35,23,180). Sum of RGB (Red+Green+Blue) = 35+23+180=238 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.71% from 238); Green value is 23 (9.38% from 255 or 9.66% from 238); Blue value is 180 (70.70% from 255 or 75.63% from 238); Max value from RGB is 180 - color contains mainly: blue. Hex color #2317B4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2317B4 is #DCE84B. Grayscale: #2B2B2B. Windows color (decimal): -14477388 or 11802403. OLE color: 11802403.

HSL color Cylindrical-coordinate representation of color #2317B4: hue angle of 244.59º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2317B4 is Cyan = 0.81, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB3523180-
CMYK0.810.8700.29
HSL244.59º77.34%39.8%-
HSV(B)244.59º87.22%70.59%-
XYZ9.244.2743.52-
YUV44.49204.48121.23-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 14.71%
GREEN value IS 23 (9.38% from 255) = 9.66%
BLUE value IS 180 (70.70% from 255) = 75.63%
R=14.71%
G=9.66%
B=75.63%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal35231800.810.8700.29244.5977.3439.8
Hex2317B4515701Df54d28
Octal432726412112703536511550
Binary100011101111011010010100011010111011101111101011001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2317b4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2317b4; }

 p { color: rgb(35,23,180); }

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

<style>
 a { background-color: #2317b4; }

 a { background-color: rgb(35,23,180); }

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

<style>
 span { border-color: #2317b4; }

 span { border-color: rgb(35,23,180); }

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