Html Css Color HEX #381BAE Blue Gem

📋 copy color: '#381BAE'

red 56 ◦ green 27 ◦ blue 174

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

Shades of Blue Gem #381BAE

Tints of Blue Gem #381BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 67.7%

R = 21.79%
G = 10.51%
B = 67.7%

CMYK

 C value IS 0.68

 M value IS 0.84

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#381BAE (or 0x381BAE) is known color: Blue Gem. HEX triplet: 38, 1B and AE. RGB value is (56,27,174). Sum of RGB (Red+Green+Blue) = 56+27+174=257 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.79% from 257); Green value is 27 (10.94% from 255 or 10.51% from 257); Blue value is 174 (68.36% from 255 or 67.70% from 257); Max value from RGB is 174 - color contains mainly: blue. Hex color #381BAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #381BAE is #C7E451. Grayscale: #333333. Windows color (decimal): -13100114 or 11410232. OLE color: 11410232.

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

Color convert

RGB 56 27 174 -
CMYK 0.68 0.84 0 0.32
HSL 251.84º 0.73% 0.39% -
HSV(B) 251.84º 0.84% 0.68% -
XYZ 9.66 4.68 40.44 -
YUV 52.43 196.61 130.55 -
System Red Green Blue C M Y K H S L
Decimal 56 27 174 0.68 0.84 0 0.32 251.84 0.73 0.39
Hex 38 1B AE 44 54 0 20 FC 49 27
Octal 70 33 256 104 124 0 40 374 111 47
Binary 111000 11011 10101110 1000100 1010100 0 100000 11111100 1001001 100111

Color Harmonies of #381BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381BAE

Black with #381BAE

Text Example


Text Example

White with #381BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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