Html Css Color HEX #382B9D Blue Gem

📋 copy color: '#382B9D'

red 56 ◦ green 43 ◦ blue 157

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

Shades of Blue Gem #382B9D

Tints of Blue Gem #382B9D

RGB

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

 GREEN value IS 43 (17.19% from 255) = 16.8%

 BLUE value IS 157 (61.72% from 255) = 61.33%

R = 21.88%
G = 16.8%
B = 61.33%

CMYK

 C value IS 0.64

 M value IS 0.73

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#382B9D (or 0x382B9D) is known color: Blue Gem. HEX triplet: 38, 2B and 9D. RGB value is (56,43,157). Sum of RGB (Red+Green+Blue) = 56+43+157=256 (33% of max value = 765). Red value is 56 (22.27% from 255 or 21.88% from 256); Green value is 43 (17.19% from 255 or 16.80% from 256); Blue value is 157 (61.72% from 255 or 61.33% from 256); Max value from RGB is 157 - color contains mainly: blue. Hex color #382B9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #382B9D is #C7D462. Grayscale: #3B3B3B. Windows color (decimal): -13096035 or 10300216. OLE color: 10300216.

HSL color Cylindrical-coordinate representation of color #382B9D: hue angle of 246.84º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #382B9D is Cyan = 0.64, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 56 43 157 -
CMYK 0.64 0.73 0 0.38
HSL 246.84º 0.57% 0.39% -
HSV(B) 246.84º 0.73% 0.62% -
XYZ 8.58 5 32.41 -
YUV 59.88 182.81 125.23 -
System Red Green Blue C M Y K H S L
Decimal 56 43 157 0.64 0.73 0 0.38 246.84 0.57 0.39
Hex 38 2B 9D 40 49 0 26 F7 39 27
Octal 70 53 235 100 111 0 46 367 71 47
Binary 111000 101011 10011101 1000000 1001001 0 100110 11110111 111001 100111

Color Harmonies of #382B9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382B9D

Black with #382B9D

Text Example


Text Example

White with #382B9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382B9D; }

 p { color: rgb(56,43,157); }

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

background-color css

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

 a { background-color: rgb(56,43,157); }

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

border-color css

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

 span { border-color: rgb(56,43,157); }

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