Html Css Color HEX #381EAC Blue Gem

📋 copy color: '#381EAC'

red 56 ◦ green 30 ◦ blue 172

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

Shades of Blue Gem #381EAC

Tints of Blue Gem #381EAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 66.67%

R = 21.71%
G = 11.63%
B = 66.67%

CMYK

 C value IS 0.67

 M value IS 0.83

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#381EAC (or 0x381EAC) is known color: Blue Gem. HEX triplet: 38, 1E and AC. RGB value is (56,30,172). Sum of RGB (Red+Green+Blue) = 56+30+172=258 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.71% from 258); Green value is 30 (12.11% from 255 or 11.63% from 258); Blue value is 172 (67.58% from 255 or 66.67% from 258); Max value from RGB is 172 - color contains mainly: blue. Hex color #381EAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #381EAC is #C7E153. Grayscale: #353535. Windows color (decimal): -13099348 or 11279928. OLE color: 11279928.

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

Color convert

RGB 56 30 172 -
CMYK 0.67 0.83 0 0.33
HSL 250.99º 0.7% 0.4% -
HSV(B) 250.99º 0.83% 0.67% -
XYZ 9.54 4.75 39.44 -
YUV 53.96 194.61 129.45 -
System Red Green Blue C M Y K H S L
Decimal 56 30 172 0.67 0.83 0 0.33 250.99 0.7 0.4
Hex 38 1E AC 43 53 0 21 FB 46 28
Octal 70 36 254 103 123 0 41 373 106 50
Binary 111000 11110 10101100 1000011 1010011 0 100001 11111011 1000110 101000

Color Harmonies of #381EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381EAC

Black with #381EAC

Text Example


Text Example

White with #381EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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