Html Css Color HEX #382498 Blue Gem

📋 copy color: '#382498'

red 56 ◦ green 36 ◦ blue 152

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

Shades of Blue Gem #382498

Tints of Blue Gem #382498

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 62.3%

R = 22.95%
G = 14.75%
B = 62.3%

CMYK

 C value IS 0.63

 M value IS 0.76

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#382498 (or 0x382498) is known color: Blue Gem. HEX triplet: 38, 24 and 98. RGB value is (56,36,152). Sum of RGB (Red+Green+Blue) = 56+36+152=244 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.95% from 244); Green value is 36 (14.45% from 255 or 14.75% from 244); Blue value is 152 (59.77% from 255 or 62.30% from 244); Max value from RGB is 152 - color contains mainly: blue. Hex color #382498 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #382498 is #C7DB67. Grayscale: #363636. Windows color (decimal): -13097832 or 9970744. OLE color: 9970744.

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

Color convert

RGB 56 36 152 -
CMYK 0.63 0.76 0 0.40
HSL 250.34º 0.62% 0.37% -
HSV(B) 250.34º 0.76% 0.6% -
XYZ 7.93 4.37 30.13 -
YUV 55.2 182.63 128.57 -
System Red Green Blue C M Y K H S L
Decimal 56 36 152 0.63 0.76 0 0.40 250.34 0.62 0.37
Hex 38 24 98 3F 4C 0 28 FA 3E 25
Octal 70 44 230 77 114 0 50 372 76 45
Binary 111000 100100 10011000 111111 1001100 0 101000 11111010 111110 100101

Color Harmonies of #382498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382498

Black with #382498

Text Example


Text Example

White with #382498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382498; }

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

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

background-color css

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

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

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

border-color css

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

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

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