Html Css Color HEX #382299 Blue Gem

📋 copy color: '#382299'

red 56 ◦ green 34 ◦ blue 153

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

Shades of Blue Gem #382299

Tints of Blue Gem #382299

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.99%

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

R = 23.05%
G = 13.99%
B = 62.96%

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

#382299 (or 0x382299) is known color: Blue Gem. HEX triplet: 38, 22 and 99. RGB value is (56,34,153). Sum of RGB (Red+Green+Blue) = 56+34+153=243 (32% of max value = 765). Red value is 56 (22.27% from 255 or 23.05% from 243); Green value is 34 (13.67% from 255 or 13.99% from 243); Blue value is 153 (60.16% from 255 or 62.96% from 243); Max value from RGB is 153 - color contains mainly: blue. Hex color #382299 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #382299 is #C7DD66. Grayscale: #353535. Windows color (decimal): -13098343 or 10035768. OLE color: 10035768.

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

Color convert

RGB 56 34 153 -
CMYK 0.63 0.78 0 0.4
HSL 251.09º 0.64% 0.37% -
HSV(B) 251.09º 0.78% 0.6% -
XYZ 7.95 4.28 30.54 -
YUV 54.14 183.79 129.32 -
System Red Green Blue C M Y K H S L
Decimal 56 34 153 0.63 0.78 0 0.4 251.09 0.64 0.37
Hex 38 22 99 3F 4E 0 28 FB 40 25
Octal 70 42 231 77 116 0 50 373 100 45
Binary 111000 100010 10011001 111111 1001110 0 101000 11111011 1000000 100101

Color Harmonies of #382299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382299

Black with #382299

Text Example


Text Example

White with #382299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382299; }

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

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

background-color css

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

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

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

border-color css

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

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

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