#381FAA

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

Shades of Blue Gem #381FAA

Tints of Blue Gem #381FAA

Color information

#381FAA (or 0x381FAA) is unknown color: approx Blue Gem. HEX triplet: 38, 1F and AA. RGB value is (56,31,170). Sum of RGB (Red+Green+Blue) = 56+31+170=257 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.79% from 257); Green value is 31 (12.5% from 255 or 12.06% from 257); Blue value is 170 (66.80% from 255 or 66.15% from 257); Max value from RGB is 170 - color contains mainly: blue. Hex color #381FAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #381FAA is #C7E055. Grayscale: #353535. Windows color (decimal): -13099094 or 11149112. OLE color: 11149112.

HSL color Cylindrical-coordinate representation of color #381FAA: hue angle of 250.79º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #381FAA is Cyan = 0.67, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5631170-
CMYK0.670.8200.33
HSL250.79º69.15%39.41%-
HSV(B)250.79º81.76%66.67%-
XYZ9.384.7238.45-
YUV54.32193.28129.2-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.79%
GREEN value IS 31 (12.5% from 255) = 12.06%
BLUE value IS 170 (66.80% from 255) = 66.15%
R=21.79%
G=12.06%
B=66.15%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal56311700.670.8200.33250.7969.1539.41
Hex381FAA4352021fb4527
Octal703725210312204137310547
Binary1110001111110101010100001110100100100001111110111000101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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