Html Css Color HEX #3826AB Blue Gem

📋 copy color: '#3826AB'

red 56 ◦ green 38 ◦ blue 171

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

Shades of Blue Gem #3826AB

Tints of Blue Gem #3826AB

RGB

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

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

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

R = 21.13%
G = 14.34%
B = 64.53%

CMYK

 C value IS 0.67

 M value IS 0.78

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3826AB (or 0x3826AB) is known color: Blue Gem. HEX triplet: 38, 26 and AB. RGB value is (56,38,171). Sum of RGB (Red+Green+Blue) = 56+38+171=265 (35% of max value = 765). Red value is 56 (22.27% from 255 or 21.13% from 265); Green value is 38 (15.23% from 255 or 14.34% from 265); Blue value is 171 (67.19% from 255 or 64.53% from 265); Max value from RGB is 171 - color contains mainly: blue. Hex color #3826AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3826AB is #C7D954. Grayscale: #3A3A3A. Windows color (decimal): -13097301 or 11216440. OLE color: 11216440.

HSL color Cylindrical-coordinate representation of color #3826AB: hue angle of 248.12º 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 #3826AB is Cyan = 0.67, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 56 38 171 -
CMYK 0.67 0.78 0 0.33
HSL 248.12º 0.64% 0.41% -
HSV(B) 248.12º 0.78% 0.67% -
XYZ 9.67 5.17 39.02 -
YUV 58.54 191.46 126.19 -
System Red Green Blue C M Y K H S L
Decimal 56 38 171 0.67 0.78 0 0.33 248.12 0.64 0.41
Hex 38 26 AB 43 4E 0 21 F8 40 29
Octal 70 46 253 103 116 0 41 370 100 51
Binary 111000 100110 10101011 1000011 1001110 0 100001 11111000 1000000 101001

Color Harmonies of #3826AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3826AB

Black with #3826AB

Text Example


Text Example

White with #3826AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,38,171); }

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

background-color css

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

 a { background-color: rgb(56,38,171); }

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

border-color css

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

 span { border-color: rgb(56,38,171); }

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