Html Css Color HEX #382496 Blue Gem

📋 copy color: '#382496'

red 56 ◦ green 36 ◦ blue 150

#382496
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Gem #382496

Tints of Blue Gem #382496

RGB

 RED value IS 56 (22.27% from 255) = 23.14%

 GREEN value IS 36 (14.45% from 255) = 14.88%

 BLUE value IS 150 (58.98% from 255) = 61.98%

R = 23.14%
G = 14.88%
B = 61.98%

CMYK

 C value IS 0.63

 M value IS 0.76

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#382496 (or 0x382496) is known color: Blue Gem. HEX triplet: 38, 24 and 96. RGB value is (56,36,150). Sum of RGB (Red+Green+Blue) = 56+36+150=242 (32% of max value = 765). Red value is 56 (22.27% from 255 or 23.14% from 242); Green value is 36 (14.45% from 255 or 14.88% from 242); Blue value is 150 (58.98% from 255 or 61.98% from 242); Max value from RGB is 150 - color contains mainly: blue. Hex color #382496 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #382496 is #C7DB69. Grayscale: #363636. Windows color (decimal): -13097834 or 9839672. OLE color: 9839672.

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

Color convert

RGB 56 36 150 -
CMYK 0.63 0.76 0 0.41
HSL 250.53º 0.61% 0.36% -
HSV(B) 250.53º 0.76% 0.59% -
XYZ 7.77 4.3 29.28 -
YUV 54.98 181.63 128.73 -
System Red Green Blue C M Y K H S L
Decimal 56 36 150 0.63 0.76 0 0.41 250.53 0.61 0.36
Hex 38 24 96 3F 4C 0 29 FB 3D 24
Octal 70 44 226 77 114 0 51 373 75 44
Binary 111000 100100 10010110 111111 1001100 0 101001 11111011 111101 100100

Color Harmonies of #382496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382496

Black with #382496

Text Example


Text Example

White with #382496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382496; }

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

 H1.HeaderClassName
 {
   color: #382496;
 }
 .AnyTagClassName
 {
   color: #382496;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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