#381FBB

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

Shades of Persian Blue #381FBB

Tints of Persian Blue #381FBB

Color information

#381FBB (or 0x381FBB) is unknown color: approx Persian Blue. HEX triplet: 38, 1F and BB. RGB value is (56,31,187). Sum of RGB (Red+Green+Blue) = 56+31+187=274 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.44% from 274); Green value is 31 (12.5% from 255 or 11.31% from 274); Blue value is 187 (73.44% from 255 or 68.25% from 274); Max value from RGB is 187 - color contains mainly: blue. Hex color #381FBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #381FBB is #C7E044. Grayscale: #373737. Windows color (decimal): -13099077 or 12263224. OLE color: 12263224.

HSL color Cylindrical-coordinate representation of color #381FBB: hue angle of 249.62º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #381FBB is Cyan = 0.70, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB5631187-
CMYK0.700.8300.27
HSL249.62º71.56%42.75%-
HSV(B)249.62º83.42%73.33%-
XYZ11.095.4147.47-
YUV56.26201.78127.82-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.44%
GREEN value IS 31 (12.5% from 255) = 11.31%
BLUE value IS 187 (73.44% from 255) = 68.25%
R=20.44%
G=11.31%
B=68.25%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal56311870.700.8300.27249.6271.5642.75
Hex381FBB465301Bfa482b
Octal703727310612303337211053
Binary111000111111011101110001101010011011011111110101001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,31,187); }

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

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

 a { background-color: rgb(56,31,187); }

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

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

 span { border-color: rgb(56,31,187); }

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