Html Css Color HEX #382CA2 Blue Gem

📋 copy color: '#382CA2'

red 56 ◦ green 44 ◦ blue 162

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

Shades of Blue Gem #382CA2

Tints of Blue Gem #382CA2

RGB

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

 GREEN value IS 44 (17.58% from 255) = 16.79%

 BLUE value IS 162 (63.67% from 255) = 61.83%

R = 21.37%
G = 16.79%
B = 61.83%

CMYK

 C value IS 0.65

 M value IS 0.73

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#382CA2 (or 0x382CA2) is known color: Blue Gem. HEX triplet: 38, 2C and A2. RGB value is (56,44,162). Sum of RGB (Red+Green+Blue) = 56+44+162=262 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.37% from 262); Green value is 44 (17.58% from 255 or 16.79% from 262); Blue value is 162 (63.67% from 255 or 61.83% from 262); Max value from RGB is 162 - color contains mainly: blue. Hex color #382CA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #382CA2 is #C7D35D. Grayscale: #3C3C3C. Windows color (decimal): -13095774 or 10628152. OLE color: 10628152.

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

Color convert

RGB 56 44 162 -
CMYK 0.65 0.73 0 0.36
HSL 246.1º 0.57% 0.4% -
HSV(B) 246.1º 0.73% 0.64% -
XYZ 9.05 5.25 34.72 -
YUV 61.04 184.98 124.41 -
System Red Green Blue C M Y K H S L
Decimal 56 44 162 0.65 0.73 0 0.36 246.1 0.57 0.4
Hex 38 2C A2 41 49 0 24 F6 39 28
Octal 70 54 242 101 111 0 44 366 71 50
Binary 111000 101100 10100010 1000001 1001001 0 100100 11110110 111001 101000

Color Harmonies of #382CA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382CA2

Black with #382CA2

Text Example


Text Example

White with #382CA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,44,162); }

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

background-color css

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

 a { background-color: rgb(56,44,162); }

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

border-color css

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

 span { border-color: rgb(56,44,162); }

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