Html Css Color HEX #3B18AA Blue Gem

📋 copy color: '#3B18AA'

red 59 ◦ green 24 ◦ blue 170

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

Shades of Blue Gem #3B18AA

Tints of Blue Gem #3B18AA

RGB

 RED value IS 59 (23.44% from 255) = 23.32%

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

 BLUE value IS 170 (66.8% from 255) = 67.19%

R = 23.32%
G = 9.49%
B = 67.19%

CMYK

 C value IS 0.65

 M value IS 0.86

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3B18AA (or 0x3B18AA) is known color: Blue Gem. HEX triplet: 3B, 18 and AA. RGB value is (59,24,170). Sum of RGB (Red+Green+Blue) = 59+24+170=253 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.32% from 253); Green value is 24 (9.77% from 255 or 9.49% from 253); Blue value is 170 (66.80% from 255 or 67.19% from 253); Max value from RGB is 170 - color contains mainly: blue. Hex color #3B18AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3B18AA is #C4E755. Grayscale: #323232. Windows color (decimal): -12904278 or 11147323. OLE color: 11147323.

HSL color Cylindrical-coordinate representation of color #3B18AA: hue angle of 254.38º 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 #3B18AA is Cyan = 0.65, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 59 24 170 -
CMYK 0.65 0.86 0 0.33
HSL 254.38º 0.75% 0.38% -
HSV(B) 254.38º 0.86% 0.67% -
XYZ 9.39 4.49 38.4 -
YUV 51.11 195.1 133.63 -
System Red Green Blue C M Y K H S L
Decimal 59 24 170 0.65 0.86 0 0.33 254.38 0.75 0.38
Hex 3B 18 AA 41 56 0 21 FE 4B 26
Octal 73 30 252 101 126 0 41 376 113 46
Binary 111011 11000 10101010 1000001 1010110 0 100001 11111110 1001011 100110

Color Harmonies of #3B18AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B18AA

Black with #3B18AA

Text Example


Text Example

White with #3B18AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3B18AA; }

 p { color: rgb(59,24,170); }

 H1.HeaderClassName
 {
   color: #3B18AA;
 }
 .AnyTagClassName
 {
   color: #3B18AA;
 }
</style>

background-color css

<style>
 a { background-color: #3B18AA; }

 a { background-color: rgb(59,24,170); }

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

border-color css

<style>
 span { border-color: #3B18AA; }

 span { border-color: rgb(59,24,170); }

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