Html Css Color HEX #382DAA Blue Gem

📋 copy color: '#382DAA'

red 56 ◦ green 45 ◦ blue 170

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

Shades of Blue Gem #382DAA

Tints of Blue Gem #382DAA

RGB

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

 GREEN value IS 45 (17.97% from 255) = 16.61%

 BLUE value IS 170 (66.8% from 255) = 62.73%

R = 20.66%
G = 16.61%
B = 62.73%

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

#382DAA (or 0x382DAA) is known color: Blue Gem. HEX triplet: 38, 2D and AA. RGB value is (56,45,170). Sum of RGB (Red+Green+Blue) = 56+45+170=271 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.66% from 271); Green value is 45 (17.97% from 255 or 16.61% from 271); Blue value is 170 (66.80% from 255 or 62.73% from 271); Max value from RGB is 170 - color contains mainly: blue. Hex color #382DAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #382DAA is #C7D255. Grayscale: #3E3E3E. Windows color (decimal): -13095510 or 11152696. OLE color: 11152696.

HSL color Cylindrical-coordinate representation of color #382DAA: hue angle of 245.28º degrees, saturation: 0.58, 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 #382DAA is Cyan = 0.67, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 56 45 170 -
CMYK 0.67 0.74 0 0.33
HSL 245.28º 0.58% 0.42% -
HSV(B) 245.28º 0.74% 0.67% -
XYZ 9.82 5.62 38.6 -
YUV 62.54 188.64 123.34 -
System Red Green Blue C M Y K H S L
Decimal 56 45 170 0.67 0.74 0 0.33 245.28 0.58 0.42
Hex 38 2D AA 43 4A 0 21 F5 3A 2A
Octal 70 55 252 103 112 0 41 365 72 52
Binary 111000 101101 10101010 1000011 1001010 0 100001 11110101 111010 101010

Color Harmonies of #382DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382DAA

Black with #382DAA

Text Example


Text Example

White with #382DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,45,170); }

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

background-color css

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

 a { background-color: rgb(56,45,170); }

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

border-color css

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

 span { border-color: rgb(56,45,170); }

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