Html Css Color HEX #381FAC Blue Gem

📋 copy color: '#381FAC'

red 56 ◦ green 31 ◦ blue 172

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

Shades of Blue Gem #381FAC

Tints of Blue Gem #381FAC

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.97%

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

R = 21.62%
G = 11.97%
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

#381FAC (or 0x381FAC) is known color: Blue Gem. HEX triplet: 38, 1F and AC. RGB value is (56,31,172). Sum of RGB (Red+Green+Blue) = 56+31+172=259 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.62% from 259); Green value is 31 (12.5% from 255 or 11.97% from 259); Blue value is 172 (67.58% from 255 or 66.41% from 259); Max value from RGB is 172 - color contains mainly: blue. Hex color #381FAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #381FAC is #C7E053. Grayscale: #363636. Windows color (decimal): -13099092 or 11280184. OLE color: 11280184.

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

Color convert

RGB 56 31 172 -
CMYK 0.67 0.82 0 0.33
HSL 250.64º 0.69% 0.4% -
HSV(B) 250.64º 0.82% 0.67% -
XYZ 9.57 4.8 39.45 -
YUV 54.55 194.28 129.04 -
System Red Green Blue C M Y K H S L
Decimal 56 31 172 0.67 0.82 0 0.33 250.64 0.69 0.4
Hex 38 1F AC 43 52 0 21 FB 45 28
Octal 70 37 254 103 122 0 41 373 105 50
Binary 111000 11111 10101100 1000011 1010010 0 100001 11111011 1000101 101000

Color Harmonies of #381FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381FAC

Black with #381FAC

Text Example


Text Example

White with #381FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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