#382498

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

Shades of Blue Gem #382498

Tints of Blue Gem #382498

Color information

#382498 (or 0x382498) is unknown color: approx Blue Gem. HEX triplet: 38, 24 and 98. RGB value is (56,36,152). Sum of RGB (Red+Green+Blue) = 56+36+152=244 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.95% from 244); Green value is 36 (14.45% from 255 or 14.75% from 244); Blue value is 152 (59.77% from 255 or 62.30% from 244); Max value from RGB is 152 - color contains mainly: blue. Hex color #382498 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #382498 is #C7DB67. Grayscale: #363636. Windows color (decimal): -13097832 or 9970744. OLE color: 9970744.

HSL color Cylindrical-coordinate representation of color #382498: hue angle of 250.34º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #382498 is Cyan = 0.63, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB5636152-
CMYK0.630.7600.40
HSL250.34º61.7%36.86%-
HSV(B)250.34º76.32%59.61%-
XYZ7.934.3730.13-
YUV55.2182.63128.57-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.95%
GREEN value IS 36 (14.45% from 255) = 14.75%
BLUE value IS 152 (59.77% from 255) = 62.30%
R=22.95%
G=14.75%
B=62.30%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal56361520.630.7600.40250.3461.736.86
Hex3824983F4C028fa3e25
Octal7044230771140503727645
Binary111000100100100110001111111001100010100011111010111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382498; }

 p { color: rgb(56,36,152); }

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

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

 a { background-color: rgb(56,36,152); }

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

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

 span { border-color: rgb(56,36,152); }

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