Html Css Color HEX #382BA4 Blue Gem

📋 copy color: '#382BA4'

red 56 ◦ green 43 ◦ blue 164

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

Shades of Blue Gem #382BA4

Tints of Blue Gem #382BA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 62.36%

R = 21.29%
G = 16.35%
B = 62.36%

CMYK

 C value IS 0.66

 M value IS 0.74

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#382BA4 (or 0x382BA4) is known color: Blue Gem. HEX triplet: 38, 2B and A4. RGB value is (56,43,164). Sum of RGB (Red+Green+Blue) = 56+43+164=263 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.29% from 263); Green value is 43 (17.19% from 255 or 16.35% from 263); Blue value is 164 (64.45% from 255 or 62.36% from 263); Max value from RGB is 164 - color contains mainly: blue. Hex color #382BA4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #382BA4 is #C7D45B. Grayscale: #3C3C3C. Windows color (decimal): -13096028 or 10758968. OLE color: 10758968.

HSL color Cylindrical-coordinate representation of color #382BA4: hue angle of 246.45º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #382BA4 is Cyan = 0.66, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 56 43 164 -
CMYK 0.66 0.74 0 0.36
HSL 246.45º 0.58% 0.41% -
HSV(B) 246.45º 0.74% 0.64% -
XYZ 9.2 5.25 35.65 -
YUV 60.68 186.31 124.66 -
System Red Green Blue C M Y K H S L
Decimal 56 43 164 0.66 0.74 0 0.36 246.45 0.58 0.41
Hex 38 2B A4 42 4A 0 24 F6 3A 29
Octal 70 53 244 102 112 0 44 366 72 51
Binary 111000 101011 10100100 1000010 1001010 0 100100 11110110 111010 101001

Color Harmonies of #382BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382BA4

Black with #382BA4

Text Example


Text Example

White with #382BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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