Html Css Color HEX #382CAB Blue Gem

📋 copy color: '#382CAB'

red 56 ◦ green 44 ◦ blue 171

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

Shades of Blue Gem #382CAB

Tints of Blue Gem #382CAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 63.1%

R = 20.66%
G = 16.24%
B = 63.1%

CMYK

 C value IS 0.67

 M value IS 0.74

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#382CAB (or 0x382CAB) is known color: Blue Gem. HEX triplet: 38, 2C and AB. RGB value is (56,44,171). Sum of RGB (Red+Green+Blue) = 56+44+171=271 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.66% from 271); Green value is 44 (17.58% from 255 or 16.24% from 271); Blue value is 171 (67.19% from 255 or 63.10% from 271); Max value from RGB is 171 - color contains mainly: blue. Hex color #382CAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #382CAB is #C7D354. Grayscale: #3D3D3D. Windows color (decimal): -13095765 or 11217976. OLE color: 11217976.

HSL color Cylindrical-coordinate representation of color #382CAB: hue angle of 245.67º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #382CAB is Cyan = 0.67, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 56 44 171 -
CMYK 0.67 0.74 0 0.33
HSL 245.67º 0.59% 0.42% -
HSV(B) 245.67º 0.74% 0.67% -
XYZ 9.88 5.58 39.08 -
YUV 62.07 189.48 123.67 -
System Red Green Blue C M Y K H S L
Decimal 56 44 171 0.67 0.74 0 0.33 245.67 0.59 0.42
Hex 38 2C AB 43 4A 0 21 F6 3B 2A
Octal 70 54 253 103 112 0 41 366 73 52
Binary 111000 101100 10101011 1000011 1001010 0 100001 11110110 111011 101010

Color Harmonies of #382CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382CAB

Black with #382CAB

Text Example


Text Example

White with #382CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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