Html Css Color HEX #382495 Blue Gem

📋 copy color: '#382495'

red 56 ◦ green 36 ◦ blue 149

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

Shades of Blue Gem #382495

Tints of Blue Gem #382495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 61.83%

R = 23.24%
G = 14.94%
B = 61.83%

CMYK

 C value IS 0.62

 M value IS 0.76

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#382495 (or 0x382495) is known color: Blue Gem. HEX triplet: 38, 24 and 95. RGB value is (56,36,149). Sum of RGB (Red+Green+Blue) = 56+36+149=241 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.24% from 241); Green value is 36 (14.45% from 255 or 14.94% from 241); Blue value is 149 (58.59% from 255 or 61.83% from 241); Max value from RGB is 149 - color contains mainly: blue. Hex color #382495 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #382495 is #C7DB6A. Grayscale: #363636. Windows color (decimal): -13097835 or 9774136. OLE color: 9774136.

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

Color convert

RGB 56 36 149 -
CMYK 0.62 0.76 0 0.42
HSL 250.62º 0.61% 0.36% -
HSV(B) 250.62º 0.76% 0.58% -
XYZ 7.69 4.27 28.85 -
YUV 54.86 181.13 128.81 -
System Red Green Blue C M Y K H S L
Decimal 56 36 149 0.62 0.76 0 0.42 250.62 0.61 0.36
Hex 38 24 95 3E 4C 0 2A FB 3D 24
Octal 70 44 225 76 114 0 52 373 75 44
Binary 111000 100100 10010101 111110 1001100 0 101010 11111011 111101 100100

Color Harmonies of #382495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382495

Black with #382495

Text Example


Text Example

White with #382495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382495; }

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

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

background-color css

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

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

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

border-color css

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

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

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