Html Css Color HEX #3825AC Blue Gem

📋 copy color: '#3825AC'

red 56 ◦ green 37 ◦ blue 172

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

Shades of Blue Gem #3825AC

Tints of Blue Gem #3825AC

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.96%

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

R = 21.13%
G = 13.96%
B = 64.91%

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

#3825AC (or 0x3825AC) is known color: Blue Gem. HEX triplet: 38, 25 and AC. RGB value is (56,37,172). Sum of RGB (Red+Green+Blue) = 56+37+172=265 (35% of max value = 765). Red value is 56 (22.27% from 255 or 21.13% from 265); Green value is 37 (14.84% from 255 or 13.96% from 265); Blue value is 172 (67.58% from 255 or 64.91% from 265); Max value from RGB is 172 - color contains mainly: blue. Hex color #3825AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3825AC is #C7DA53. Grayscale: #393939. Windows color (decimal): -13097556 or 11281720. OLE color: 11281720.

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

Color convert

RGB 56 37 172 -
CMYK 0.67 0.78 0 0.33
HSL 248.44º 0.65% 0.41% -
HSV(B) 248.44º 0.78% 0.67% -
XYZ 9.74 5.14 39.51 -
YUV 58.07 192.29 126.52 -
System Red Green Blue C M Y K H S L
Decimal 56 37 172 0.67 0.78 0 0.33 248.44 0.65 0.41
Hex 38 25 AC 43 4E 0 21 F8 41 29
Octal 70 45 254 103 116 0 41 370 101 51
Binary 111000 100101 10101100 1000011 1001110 0 100001 11111000 1000001 101001

Color Harmonies of #3825AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3825AC

Black with #3825AC

Text Example


Text Example

White with #3825AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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