Html Css Color HEX #381CB2 Blue Gem

📋 copy color: '#381CB2'

red 56 ◦ green 28 ◦ blue 178

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

Shades of Blue Gem #381CB2

Tints of Blue Gem #381CB2

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.69%

 BLUE value IS 178 (69.92% from 255) = 67.94%

R = 21.37%
G = 10.69%
B = 67.94%

CMYK

 C value IS 0.69

 M value IS 0.84

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#381CB2 (or 0x381CB2) is known color: Blue Gem. HEX triplet: 38, 1C and B2. RGB value is (56,28,178). Sum of RGB (Red+Green+Blue) = 56+28+178=262 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.37% from 262); Green value is 28 (11.33% from 255 or 10.69% from 262); Blue value is 178 (69.92% from 255 or 67.94% from 262); Max value from RGB is 178 - color contains mainly: blue. Hex color #381CB2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #381CB2 is #C7E34D. Grayscale: #343434. Windows color (decimal): -13099854 or 11672632. OLE color: 11672632.

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

Color convert

RGB 56 28 178 -
CMYK 0.69 0.84 0 0.30
HSL 251.2º 0.73% 0.4% -
HSV(B) 251.2º 0.84% 0.7% -
XYZ 10.08 4.89 42.53 -
YUV 53.47 198.28 129.8 -
System Red Green Blue C M Y K H S L
Decimal 56 28 178 0.69 0.84 0 0.30 251.2 0.73 0.4
Hex 38 1C B2 45 54 0 1E FB 49 28
Octal 70 34 262 105 124 0 36 373 111 50
Binary 111000 11100 10110010 1000101 1010100 0 11110 11111011 1001001 101000

Color Harmonies of #381CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381CB2

Black with #381CB2

Text Example


Text Example

White with #381CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,28,178); }

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

background-color css

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

 a { background-color: rgb(56,28,178); }

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

border-color css

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

 span { border-color: rgb(56,28,178); }

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