Html Css Color HEX #382099 Blue Gem

📋 copy color: '#382099'

red 56 ◦ green 32 ◦ blue 153

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

Shades of Blue Gem #382099

Tints of Blue Gem #382099

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.28%

 BLUE value IS 153 (60.16% from 255) = 63.49%

R = 23.24%
G = 13.28%
B = 63.49%

CMYK

 C value IS 0.63

 M value IS 0.79

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#382099 (or 0x382099) is known color: Blue Gem. HEX triplet: 38, 20 and 99. RGB value is (56,32,153). Sum of RGB (Red+Green+Blue) = 56+32+153=241 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.24% from 241); Green value is 32 (12.89% from 255 or 13.28% from 241); Blue value is 153 (60.16% from 255 or 63.49% from 241); Max value from RGB is 153 - color contains mainly: blue. Hex color #382099 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #382099 is #C7DF66. Grayscale: #343434. Windows color (decimal): -13098855 or 10035256. OLE color: 10035256.

HSL color Cylindrical-coordinate representation of color #382099: hue angle of 251.9º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #382099 is Cyan = 0.63, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 56 32 153 -
CMYK 0.63 0.79 0 0.4
HSL 251.9º 0.65% 0.36% -
HSV(B) 251.9º 0.79% 0.6% -
XYZ 7.9 4.17 30.53 -
YUV 52.97 184.45 130.16 -
System Red Green Blue C M Y K H S L
Decimal 56 32 153 0.63 0.79 0 0.4 251.9 0.65 0.36
Hex 38 20 99 3F 4F 0 28 FC 41 24
Octal 70 40 231 77 117 0 50 374 101 44
Binary 111000 100000 10011001 111111 1001111 0 101000 11111100 1000001 100100

Color Harmonies of #382099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382099

Black with #382099

Text Example


Text Example

White with #382099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382099; }

 p { color: rgb(56,32,153); }

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

background-color css

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

 a { background-color: rgb(56,32,153); }

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

border-color css

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

 span { border-color: rgb(56,32,153); }

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