#312CBC

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

Shades of Persian Blue #312CBC

Tints of Persian Blue #312CBC

Color information

#312CBC (or 0x312CBC) is unknown color: approx Persian Blue. HEX triplet: 31, 2C and BC. RGB value is (49,44,188). Sum of RGB (Red+Green+Blue) = 49+44+188=281 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.44% from 281); Green value is 44 (17.58% from 255 or 15.66% from 281); Blue value is 188 (73.83% from 255 or 66.90% from 281); Max value from RGB is 188 - color contains mainly: blue. Hex color #312CBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #312CBC is #CED343. Grayscale: #3D3D3D. Windows color (decimal): -13554500 or 12332081. OLE color: 12332081.

HSL color Cylindrical-coordinate representation of color #312CBC: hue angle of 242.08º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #312CBC is Cyan = 0.74, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB4944188-
CMYK0.740.7700.26
HSL242.08º62.07%45.49%-
HSV(B)242.08º76.6%73.73%-
XYZ11.246.0948.16-
YUV61.91199.16118.79-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.44%
GREEN value IS 44 (17.58% from 255) = 15.66%
BLUE value IS 188 (73.83% from 255) = 66.90%
R=17.44%
G=15.66%
B=66.90%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal49441880.740.7700.26242.0862.0745.49
Hex312CBC4A4D01Af23e2d
Octal61542741121150323627655
Binary110001101100101111001001010100110101101011110010111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312CBC; }

 p { color: rgb(49,44,188); }

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

<style>
 a { background-color: #312CBC; }

 a { background-color: rgb(49,44,188); }

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

<style>
 span { border-color: #312CBC; }

 span { border-color: rgb(49,44,188); }

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