Html Css Color HEX #3818B0 Blue Gem

📋 copy color: '#3818B0'

red 56 ◦ green 24 ◦ blue 176

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

Shades of Blue Gem #3818B0

Tints of Blue Gem #3818B0

RGB

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

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

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

R = 21.88%
G = 9.38%
B = 68.75%

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

#3818B0 (or 0x3818B0) is known color: Blue Gem. HEX triplet: 38, 18 and B0. RGB value is (56,24,176). Sum of RGB (Red+Green+Blue) = 56+24+176=256 (33% of max value = 765). Red value is 56 (22.27% from 255 or 21.88% from 256); Green value is 24 (9.77% from 255 or 9.38% from 256); Blue value is 176 (69.14% from 255 or 68.75% from 256); Max value from RGB is 176 - color contains mainly: blue. Hex color #3818B0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3818B0 is #C7E74F. Grayscale: #323232. Windows color (decimal): -13100880 or 11540536. OLE color: 11540536.

HSL color Cylindrical-coordinate representation of color #3818B0: hue angle of 252.63º 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 #3818B0 is Cyan = 0.68, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 56 24 176 -
CMYK 0.68 0.86 0 0.31
HSL 252.63º 0.76% 0.39% -
HSV(B) 252.63º 0.86% 0.69% -
XYZ 9.79 4.63 41.45 -
YUV 50.9 198.6 131.64 -
System Red Green Blue C M Y K H S L
Decimal 56 24 176 0.68 0.86 0 0.31 252.63 0.76 0.39
Hex 38 18 B0 44 56 0 1F FD 4C 27
Octal 70 30 260 104 126 0 37 375 114 47
Binary 111000 11000 10110000 1000100 1010110 0 11111 11111101 1001100 100111

Color Harmonies of #3818B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3818B0

Black with #3818B0

Text Example


Text Example

White with #3818B0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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