Html Css Color HEX #381EA2 Blue Gem

📋 copy color: '#381EA2'

red 56 ◦ green 30 ◦ blue 162

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

Shades of Blue Gem #381EA2

Tints of Blue Gem #381EA2

RGB

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

 GREEN value IS 30 (12.11% from 255) = 12.1%

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

R = 22.58%
G = 12.1%
B = 65.32%

CMYK

 C value IS 0.65

 M value IS 0.81

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#381EA2 (or 0x381EA2) is known color: Blue Gem. HEX triplet: 38, 1E and A2. RGB value is (56,30,162). Sum of RGB (Red+Green+Blue) = 56+30+162=248 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.58% from 248); Green value is 30 (12.11% from 255 or 12.10% from 248); Blue value is 162 (63.67% from 255 or 65.32% from 248); Max value from RGB is 162 - color contains mainly: blue. Hex color #381EA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #381EA2 is #C7E15D. Grayscale: #343434. Windows color (decimal): -13099358 or 10624568. OLE color: 10624568.

HSL color Cylindrical-coordinate representation of color #381EA2: hue angle of 251.82º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #381EA2 is Cyan = 0.65, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 56 30 162 -
CMYK 0.65 0.81 0 0.36
HSL 251.82º 0.69% 0.38% -
HSV(B) 251.82º 0.81% 0.64% -
XYZ 8.62 4.38 34.57 -
YUV 52.82 189.61 130.27 -
System Red Green Blue C M Y K H S L
Decimal 56 30 162 0.65 0.81 0 0.36 251.82 0.69 0.38
Hex 38 1E A2 41 51 0 24 FC 45 26
Octal 70 36 242 101 121 0 44 374 105 46
Binary 111000 11110 10100010 1000001 1010001 0 100100 11111100 1000101 100110

Color Harmonies of #381EA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381EA2

Black with #381EA2

Text Example


Text Example

White with #381EA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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