#381CB3

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

Shades of Persian Blue #381CB3

Tints of Persian Blue #381CB3

Color information

#381CB3 (or 0x381CB3) is unknown color: approx Persian Blue. HEX triplet: 38, 1C and B3. RGB value is (56,28,179). Sum of RGB (Red+Green+Blue) = 56+28+179=263 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.29% from 263); Green value is 28 (11.33% from 255 or 10.65% from 263); Blue value is 179 (70.31% from 255 or 68.06% from 263); Max value from RGB is 179 - color contains mainly: blue. Hex color #381CB3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #381CB3 is #C7E34C. Grayscale: #353535. Windows color (decimal): -13099853 or 11738168. OLE color: 11738168.

HSL color Cylindrical-coordinate representation of color #381CB3: hue angle of 251.13º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #381CB3 is Cyan = 0.69, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB5628179-
CMYK0.690.8400.30
HSL251.13º72.95%40.59%-
HSV(B)251.13º84.36%70.2%-
XYZ10.184.9343.06-
YUV53.59198.78129.72-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.29%
GREEN value IS 28 (11.33% from 255) = 10.65%
BLUE value IS 179 (70.31% from 255) = 68.06%
R=21.29%
G=10.65%
B=68.06%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal56281790.690.8400.30251.1372.9540.59
Hex381CB3455401Efb4929
Octal703426310512403637311151
Binary111000111001011001110001011010100011110111110111001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381CB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381CB3; }

 p { color: rgb(56,28,179); }

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

<style>
 a { background-color: #381CB3; }

 a { background-color: rgb(56,28,179); }

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

<style>
 span { border-color: #381CB3; }

 span { border-color: rgb(56,28,179); }

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