#381baf

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

Shades of Blue Gem #381BAF

Tints of Blue Gem #381BAF

Color information

#381BAF (or 0x381BAF) is unknown color: approx Blue Gem. HEX triplet: 38, 1B and AF. RGB value is (56,27,175). Sum of RGB (Red+Green+Blue) = 56+27+175=258 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.71% from 258); Green value is 27 (10.94% from 255 or 10.47% from 258); Blue value is 175 (68.75% from 255 or 67.83% from 258); Max value from RGB is 175 - color contains mainly: blue. Hex color #381BAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #381BAF is #C7E450. Grayscale: #333333. Windows color (decimal): -13100113 or 11475768. OLE color: 11475768.

HSL color Cylindrical-coordinate representation of color #381BAF: hue angle of 251.76º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #381BAF is Cyan = 0.68, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB5627175-
CMYK0.680.8500.31
HSL251.76º73.27%39.61%-
HSV(B)251.76º84.57%68.63%-
XYZ9.764.7240.95-
YUV52.54197.11130.47-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.71%
GREEN value IS 27 (10.94% from 255) = 10.47%
BLUE value IS 175 (68.75% from 255) = 67.83%
R=21.71%
G=10.47%
B=67.83%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal56271750.680.8500.31251.7673.2739.61
Hex381BAF445501Ffc4928
Octal703325710412503737411150
Binary111000110111010111110001001010101011111111111001001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381baf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,27,175); }

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

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

 a { background-color: rgb(56,27,175); }

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

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

 span { border-color: rgb(56,27,175); }

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