Html Css Color HEX #3824AB Blue Gem

📋 copy color: '#3824AB'

red 56 ◦ green 36 ◦ blue 171

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

Shades of Blue Gem #3824AB

Tints of Blue Gem #3824AB

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.69%

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

R = 21.29%
G = 13.69%
B = 65.02%

CMYK

 C value IS 0.67

 M value IS 0.79

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3824AB (or 0x3824AB) is known color: Blue Gem. HEX triplet: 38, 24 and AB. RGB value is (56,36,171). Sum of RGB (Red+Green+Blue) = 56+36+171=263 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.29% from 263); Green value is 36 (14.45% from 255 or 13.69% from 263); Blue value is 171 (67.19% from 255 or 65.02% from 263); Max value from RGB is 171 - color contains mainly: blue. Hex color #3824AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3824AB is #C7DB54. Grayscale: #383838. Windows color (decimal): -13097813 or 11215928. OLE color: 11215928.

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

Color convert

RGB 56 36 171 -
CMYK 0.67 0.79 0 0.33
HSL 248.89º 0.65% 0.41% -
HSV(B) 248.89º 0.79% 0.67% -
XYZ 9.61 5.04 38.99 -
YUV 57.37 192.13 127.02 -
System Red Green Blue C M Y K H S L
Decimal 56 36 171 0.67 0.79 0 0.33 248.89 0.65 0.41
Hex 38 24 AB 43 4F 0 21 F9 41 29
Octal 70 44 253 103 117 0 41 371 101 51
Binary 111000 100100 10101011 1000011 1001111 0 100001 11111001 1000001 101001

Color Harmonies of #3824AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3824AB

Black with #3824AB

Text Example


Text Example

White with #3824AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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