Html Css Color HEX #3824AC Blue Gem

📋 copy color: '#3824AC'

red 56 ◦ green 36 ◦ blue 172

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

Shades of Blue Gem #3824AC

Tints of Blue Gem #3824AC

RGB

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

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

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

R = 21.21%
G = 13.64%
B = 65.15%

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

#3824AC (or 0x3824AC) is known color: Blue Gem. HEX triplet: 38, 24 and AC. RGB value is (56,36,172). Sum of RGB (Red+Green+Blue) = 56+36+172=264 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.21% from 264); Green value is 36 (14.45% from 255 or 13.64% 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 #3824AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3824AC is #C7DB53. Grayscale: #383838. Windows color (decimal): -13097812 or 11281464. OLE color: 11281464.

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

Color convert

RGB 56 36 172 -
CMYK 0.67 0.79 0 0.33
HSL 248.82º 0.65% 0.41% -
HSV(B) 248.82º 0.79% 0.67% -
XYZ 9.71 5.08 39.5 -
YUV 57.48 192.63 126.94 -
System Red Green Blue C M Y K H S L
Decimal 56 36 172 0.67 0.79 0 0.33 248.82 0.65 0.41
Hex 38 24 AC 43 4F 0 21 F9 41 29
Octal 70 44 254 103 117 0 41 371 101 51
Binary 111000 100100 10101100 1000011 1001111 0 100001 11111001 1000001 101001

Color Harmonies of #3824AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3824AC

Black with #3824AC

Text Example


Text Example

White with #3824AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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