Html Css Color HEX #381BAF Blue Gem

📋 copy color: '#381BAF'

red 56 ◦ green 27 ◦ blue 175

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

Shades of Blue Gem #381BAF

Tints of Blue Gem #381BAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 67.83%

R = 21.71%
G = 10.47%
B = 67.83%

CMYK

 C value IS 0.68

 M value IS 0.85

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#381BAF (or 0x381BAF) is known color: Blue Gem. HEX triplet: 38, 1B and AF. RGB value is (56,27,175). Sum of RGB (Red+Green+Blue) = 56+27+175=258 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.71% from 258); Green value is 27 (10.94% from 255 or 10.47% from 258); Blue value is 175 (68.75% from 255 or 67.83% from 258); Max value from RGB is 175 - color contains mainly: blue. Hex color #381BAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #381BAF is #C7E450. Grayscale: #333333. Windows color (decimal): -13100113 or 11475768. OLE color: 11475768.

HSL color Cylindrical-coordinate representation of color #381BAF: hue angle of 251.76º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #381BAF is Cyan = 0.68, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 56 27 175 -
CMYK 0.68 0.85 0 0.31
HSL 251.76º 0.73% 0.4% -
HSV(B) 251.76º 0.85% 0.69% -
XYZ 9.76 4.72 40.95 -
YUV 52.54 197.11 130.47 -
System Red Green Blue C M Y K H S L
Decimal 56 27 175 0.68 0.85 0 0.31 251.76 0.73 0.4
Hex 38 1B AF 44 55 0 1F FC 49 28
Octal 70 33 257 104 125 0 37 374 111 50
Binary 111000 11011 10101111 1000100 1010101 0 11111 11111100 1001001 101000

Color Harmonies of #381BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381BAF

Black with #381BAF

Text Example


Text Example

White with #381BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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