Html Css Color HEX #381DA1 Blue Gem

📋 copy color: '#381DA1'

red 56 ◦ green 29 ◦ blue 161

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

Shades of Blue Gem #381DA1

Tints of Blue Gem #381DA1

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.79%

 BLUE value IS 161 (63.28% from 255) = 65.45%

R = 22.76%
G = 11.79%
B = 65.45%

CMYK

 C value IS 0.65

 M value IS 0.82

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#381DA1 (or 0x381DA1) is known color: Blue Gem. HEX triplet: 38, 1D and A1. RGB value is (56,29,161). Sum of RGB (Red+Green+Blue) = 56+29+161=246 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.76% from 246); Green value is 29 (11.72% from 255 or 11.79% from 246); Blue value is 161 (63.28% from 255 or 65.45% from 246); Max value from RGB is 161 - color contains mainly: blue. Hex color #381DA1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #381DA1 is #C7E25E. Grayscale: #333333. Windows color (decimal): -13099615 or 10558776. OLE color: 10558776.

HSL color Cylindrical-coordinate representation of color #381DA1: hue angle of 252.27º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #381DA1 is Cyan = 0.65, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 56 29 161 -
CMYK 0.65 0.82 0 0.37
HSL 252.27º 0.69% 0.37% -
HSV(B) 252.27º 0.82% 0.63% -
XYZ 8.5 4.29 34.1 -
YUV 52.12 189.45 130.77 -
System Red Green Blue C M Y K H S L
Decimal 56 29 161 0.65 0.82 0 0.37 252.27 0.69 0.37
Hex 38 1D A1 41 52 0 25 FC 45 25
Octal 70 35 241 101 122 0 45 374 105 45
Binary 111000 11101 10100001 1000001 1010010 0 100101 11111100 1000101 100101

Color Harmonies of #381DA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381DA1

Black with #381DA1

Text Example


Text Example

White with #381DA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381DA1; }

 p { color: rgb(56,29,161); }

 H1.HeaderClassName
 {
   color: #381DA1;
 }
 .AnyTagClassName
 {
   color: #381DA1;
 }
</style>

background-color css

<style>
 a { background-color: #381DA1; }

 a { background-color: rgb(56,29,161); }

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

border-color css

<style>
 span { border-color: #381DA1; }

 span { border-color: rgb(56,29,161); }

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