Html Css Color HEX #382199 Blue Gem

📋 copy color: '#382199'

red 56 ◦ green 33 ◦ blue 153

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

Shades of Blue Gem #382199

Tints of Blue Gem #382199

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.64%

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

R = 23.14%
G = 13.64%
B = 63.22%

CMYK

 C value IS 0.63

 M value IS 0.78

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#382199 (or 0x382199) is known color: Blue Gem. HEX triplet: 38, 21 and 99. RGB value is (56,33,153). Sum of RGB (Red+Green+Blue) = 56+33+153=242 (32% of max value = 765). Red value is 56 (22.27% from 255 or 23.14% from 242); Green value is 33 (13.28% from 255 or 13.64% from 242); Blue value is 153 (60.16% from 255 or 63.22% from 242); Max value from RGB is 153 - color contains mainly: blue. Hex color #382199 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #382199 is #C7DE66. Grayscale: #353535. Windows color (decimal): -13098599 or 10035512. OLE color: 10035512.

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

Color convert

RGB 56 33 153 -
CMYK 0.63 0.78 0 0.4
HSL 251.5º 0.65% 0.36% -
HSV(B) 251.5º 0.78% 0.6% -
XYZ 7.92 4.23 30.54 -
YUV 53.56 184.12 129.74 -
System Red Green Blue C M Y K H S L
Decimal 56 33 153 0.63 0.78 0 0.4 251.5 0.65 0.36
Hex 38 21 99 3F 4E 0 28 FC 41 24
Octal 70 41 231 77 116 0 50 374 101 44
Binary 111000 100001 10011001 111111 1001110 0 101000 11111100 1000001 100100

Color Harmonies of #382199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382199

Black with #382199

Text Example


Text Example

White with #382199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382199; }

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

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

background-color css

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

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

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

border-color css

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

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

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