Html Css Color HEX #381EAA Blue Gem

📋 copy color: '#381EAA'

red 56 ◦ green 30 ◦ blue 170

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

Shades of Blue Gem #381EAA

Tints of Blue Gem #381EAA

RGB

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

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

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

R = 21.88%
G = 11.72%
B = 66.41%

CMYK

 C value IS 0.67

 M value IS 0.82

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#381EAA (or 0x381EAA) is known color: Blue Gem. HEX triplet: 38, 1E and AA. RGB value is (56,30,170). Sum of RGB (Red+Green+Blue) = 56+30+170=256 (33% of max value = 765). Red value is 56 (22.27% from 255 or 21.88% from 256); Green value is 30 (12.11% from 255 or 11.72% from 256); Blue value is 170 (66.80% from 255 or 66.41% from 256); Max value from RGB is 170 - color contains mainly: blue. Hex color #381EAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #381EAA is #C7E155. Grayscale: #353535. Windows color (decimal): -13099350 or 11148856. OLE color: 11148856.

HSL color Cylindrical-coordinate representation of color #381EAA: hue angle of 251.14º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #381EAA is Cyan = 0.67, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 56 30 170 -
CMYK 0.67 0.82 0 0.33
HSL 251.14º 0.7% 0.39% -
HSV(B) 251.14º 0.82% 0.67% -
XYZ 9.35 4.67 38.44 -
YUV 53.73 193.61 129.62 -
System Red Green Blue C M Y K H S L
Decimal 56 30 170 0.67 0.82 0 0.33 251.14 0.7 0.39
Hex 38 1E AA 43 52 0 21 FB 46 27
Octal 70 36 252 103 122 0 41 373 106 47
Binary 111000 11110 10101010 1000011 1010010 0 100001 11111011 1000110 100111

Color Harmonies of #381EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381EAA

Black with #381EAA

Text Example


Text Example

White with #381EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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