Html Css Color HEX #3918B0 Blue Gem

📋 copy color: '#3918B0'

red 57 ◦ green 24 ◦ blue 176

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

Shades of Blue Gem #3918B0

Tints of Blue Gem #3918B0

RGB

 RED value IS 57 (22.66% from 255) = 22.18%

 GREEN value IS 24 (9.77% from 255) = 9.34%

 BLUE value IS 176 (69.14% from 255) = 68.48%

R = 22.18%
G = 9.34%
B = 68.48%

CMYK

 C value IS 0.68

 M value IS 0.86

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#3918B0 (or 0x3918B0) is known color: Blue Gem. HEX triplet: 39, 18 and B0. RGB value is (57,24,176). Sum of RGB (Red+Green+Blue) = 57+24+176=257 (34% of max value = 765). Red value is 57 (22.66% from 255 or 22.18% from 257); Green value is 24 (9.77% from 255 or 9.34% from 257); Blue value is 176 (69.14% from 255 or 68.48% from 257); Max value from RGB is 176 - color contains mainly: blue. Hex color #3918B0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3918B0 is #C6E74F. Grayscale: #323232. Windows color (decimal): -13035344 or 11540537. OLE color: 11540537.

HSL color Cylindrical-coordinate representation of color #3918B0: hue angle of 253.03º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3918B0 is Cyan = 0.68, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 57 24 176 -
CMYK 0.68 0.86 0 0.31
HSL 253.03º 0.76% 0.39% -
HSV(B) 253.03º 0.86% 0.69% -
XYZ 9.85 4.66 41.45 -
YUV 51.2 198.43 132.14 -
System Red Green Blue C M Y K H S L
Decimal 57 24 176 0.68 0.86 0 0.31 253.03 0.76 0.39
Hex 39 18 B0 44 56 0 1F FD 4C 27
Octal 71 30 260 104 126 0 37 375 114 47
Binary 111001 11000 10110000 1000100 1010110 0 11111 11111101 1001100 100111

Color Harmonies of #3918B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3918B0

Black with #3918B0

Text Example


Text Example

White with #3918B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3918B0; }

 p { color: rgb(57,24,176); }

 H1.HeaderClassName
 {
   color: #3918B0;
 }
 .AnyTagClassName
 {
   color: #3918B0;
 }
</style>

background-color css

<style>
 a { background-color: #3918B0; }

 a { background-color: rgb(57,24,176); }

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

border-color css

<style>
 span { border-color: #3918B0; }

 span { border-color: rgb(57,24,176); }

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