Html Css Color HEX #3918AB Blue Gem

📋 copy color: '#3918AB'

red 57 ◦ green 24 ◦ blue 171

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

Shades of Blue Gem #3918AB

Tints of Blue Gem #3918AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 67.86%

R = 22.62%
G = 9.52%
B = 67.86%

CMYK

 C value IS 0.67

 M value IS 0.86

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3918AB (or 0x3918AB) is known color: Blue Gem. HEX triplet: 39, 18 and AB. RGB value is (57,24,171). Sum of RGB (Red+Green+Blue) = 57+24+171=252 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.62% from 252); Green value is 24 (9.77% from 255 or 9.52% from 252); Blue value is 171 (67.19% from 255 or 67.86% from 252); Max value from RGB is 171 - color contains mainly: blue. Hex color #3918AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3918AB is #C6E754. Grayscale: #323232. Windows color (decimal): -13035349 or 11212857. OLE color: 11212857.

HSL color Cylindrical-coordinate representation of color #3918AB: hue angle of 253.47º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3918AB is Cyan = 0.67, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 57 24 171 -
CMYK 0.67 0.86 0 0.33
HSL 253.47º 0.75% 0.38% -
HSV(B) 253.47º 0.86% 0.67% -
XYZ 9.36 4.46 38.9 -
YUV 50.63 195.93 132.55 -
System Red Green Blue C M Y K H S L
Decimal 57 24 171 0.67 0.86 0 0.33 253.47 0.75 0.38
Hex 39 18 AB 43 56 0 21 FD 4B 26
Octal 71 30 253 103 126 0 41 375 113 46
Binary 111001 11000 10101011 1000011 1010110 0 100001 11111101 1001011 100110

Color Harmonies of #3918AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3918AB

Black with #3918AB

Text Example


Text Example

White with #3918AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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