#382397

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

Shades of Blue Gem #382397

Tints of Blue Gem #382397

Color information

#382397 (or 0x382397) is unknown color: approx Blue Gem. HEX triplet: 38, 23 and 97. RGB value is (56,35,151). Sum of RGB (Red+Green+Blue) = 56+35+151=242 (32% of max value = 765). Red value is 56 (22.27% from 255 or 23.14% from 242); Green value is 35 (14.06% from 255 or 14.46% from 242); Blue value is 151 (59.38% from 255 or 62.40% from 242); Max value from RGB is 151 - color contains mainly: blue. Hex color #382397 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #382397 is #C7DC68. Grayscale: #363636. Windows color (decimal): -13098089 or 9904952. OLE color: 9904952.

HSL color Cylindrical-coordinate representation of color #382397: hue angle of 250.86º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #382397 is Cyan = 0.63, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB5635151-
CMYK0.630.7700.41
HSL250.86º62.37%36.47%-
HSV(B)250.86º76.82%59.22%-
XYZ7.824.2829.69-
YUV54.5182.46129.07-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.14%
GREEN value IS 35 (14.06% from 255) = 14.46%
BLUE value IS 151 (59.38% from 255) = 62.40%
R=23.14%
G=14.46%
B=62.40%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal56351510.630.7700.41250.8662.3736.47
Hex3823973F4D029fb3e24
Octal7043227771150513737644
Binary111000100011100101111111111001101010100111111011111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382397; }

 p { color: rgb(56,35,151); }

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

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

 a { background-color: rgb(56,35,151); }

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

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

 span { border-color: rgb(56,35,151); }

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