Html Css Color HEX #382297 Blue Gem

📋 copy color: '#382297'

red 56 ◦ green 34 ◦ blue 151

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

Shades of Blue Gem #382297

Tints of Blue Gem #382297

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 62.66%

R = 23.24%
G = 14.11%
B = 62.66%

CMYK

 C value IS 0.63

 M value IS 0.77

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#382297 (or 0x382297) is known color: Blue Gem. HEX triplet: 38, 22 and 97. RGB value is (56,34,151). Sum of RGB (Red+Green+Blue) = 56+34+151=241 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.24% from 241); Green value is 34 (13.67% from 255 or 14.11% from 241); Blue value is 151 (59.38% from 255 or 62.66% from 241); Max value from RGB is 151 - color contains mainly: blue. Hex color #382297 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #382297 is #C7DD68. Grayscale: #353535. Windows color (decimal): -13098345 or 9904696. OLE color: 9904696.

HSL color Cylindrical-coordinate representation of color #382297: hue angle of 251.28º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #382297 is Cyan = 0.63, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 56 34 151 -
CMYK 0.63 0.77 0 0.41
HSL 251.28º 0.63% 0.36% -
HSV(B) 251.28º 0.77% 0.59% -
XYZ 7.79 4.22 29.68 -
YUV 53.92 182.79 129.49 -
System Red Green Blue C M Y K H S L
Decimal 56 34 151 0.63 0.77 0 0.41 251.28 0.63 0.36
Hex 38 22 97 3F 4D 0 29 FB 3F 24
Octal 70 42 227 77 115 0 51 373 77 44
Binary 111000 100010 10010111 111111 1001101 0 101001 11111011 111111 100100

Color Harmonies of #382297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382297

Black with #382297

Text Example


Text Example

White with #382297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382297; }

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

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

background-color css

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

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

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

border-color css

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

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

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