Html Css Color HEX #3626AC Blue Gem

📋 copy color: '#3626AC'

red 54 ◦ green 38 ◦ blue 172

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

Shades of Blue Gem #3626AC

Tints of Blue Gem #3626AC

RGB

 RED value IS 54 (21.48% from 255) = 20.45%

 GREEN value IS 38 (15.23% from 255) = 14.39%

 BLUE value IS 172 (67.58% from 255) = 65.15%

R = 20.45%
G = 14.39%
B = 65.15%

CMYK

 C value IS 0.69

 M value IS 0.78

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3626AC (or 0x3626AC) is known color: Blue Gem. HEX triplet: 36, 26 and AC. RGB value is (54,38,172). Sum of RGB (Red+Green+Blue) = 54+38+172=264 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.45% from 264); Green value is 38 (15.23% from 255 or 14.39% from 264); Blue value is 172 (67.58% from 255 or 65.15% from 264); Max value from RGB is 172 - color contains mainly: blue. Hex color #3626AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3626AC is #C9D953. Grayscale: #393939. Windows color (decimal): -13228372 or 11281974. OLE color: 11281974.

HSL color Cylindrical-coordinate representation of color #3626AC: hue angle of 247.16º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3626AC is Cyan = 0.69, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 54 38 172 -
CMYK 0.69 0.78 0 0.33
HSL 247.16º 0.64% 0.41% -
HSV(B) 247.16º 0.78% 0.67% -
XYZ 9.66 5.15 39.51 -
YUV 58.06 192.3 125.1 -
System Red Green Blue C M Y K H S L
Decimal 54 38 172 0.69 0.78 0 0.33 247.16 0.64 0.41
Hex 36 26 AC 45 4E 0 21 F7 40 29
Octal 66 46 254 105 116 0 41 367 100 51
Binary 110110 100110 10101100 1000101 1001110 0 100001 11110111 1000000 101001

Color Harmonies of #3626AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3626AC

Black with #3626AC

Text Example


Text Example

White with #3626AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3626AC; }

 p { color: rgb(54,38,172); }

 H1.HeaderClassName
 {
   color: #3626AC;
 }
 .AnyTagClassName
 {
   color: #3626AC;
 }
</style>

background-color css

<style>
 a { background-color: #3626AC; }

 a { background-color: rgb(54,38,172); }

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

border-color css

<style>
 span { border-color: #3626AC; }

 span { border-color: rgb(54,38,172); }

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