Html Css Color HEX #381BAC Blue Gem

📋 copy color: '#381BAC'

red 56 ◦ green 27 ◦ blue 172

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

Shades of Blue Gem #381BAC

Tints of Blue Gem #381BAC

RGB

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

 GREEN value IS 27 (10.94% from 255) = 10.59%

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

R = 21.96%
G = 10.59%
B = 67.45%

CMYK

 C value IS 0.67

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#381BAC (or 0x381BAC) is known color: Blue Gem. HEX triplet: 38, 1B and AC. RGB value is (56,27,172). Sum of RGB (Red+Green+Blue) = 56+27+172=255 (33% of max value = 765). Red value is 56 (22.27% from 255 or 21.96% from 255); Green value is 27 (10.94% from 255 or 10.59% from 255); Blue value is 172 (67.58% from 255 or 67.45% from 255); Max value from RGB is 172 - color contains mainly: blue. Hex color #381BAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #381BAC is #C7E453. Grayscale: #333333. Windows color (decimal): -13100116 or 11279160. OLE color: 11279160.

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

Color convert

RGB 56 27 172 -
CMYK 0.67 0.84 0 0.33
HSL 252º 0.73% 0.39% -
HSV(B) 252º 0.84% 0.67% -
XYZ 9.47 4.6 39.42 -
YUV 52.2 195.61 130.71 -
System Red Green Blue C M Y K H S L
Decimal 56 27 172 0.67 0.84 0 0.33 252 0.73 0.39
Hex 38 1B AC 43 54 0 21 FC 49 27
Octal 70 33 254 103 124 0 41 374 111 47
Binary 111000 11011 10101100 1000011 1010100 0 100001 11111100 1001001 100111

Color Harmonies of #381BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381BAC

Black with #381BAC

Text Example


Text Example

White with #381BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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