Html Css Color HEX #3825AD Blue Gem

📋 copy color: '#3825AD'

red 56 ◦ green 37 ◦ blue 173

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

Shades of Blue Gem #3825AD

Tints of Blue Gem #3825AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 65.04%

R = 21.05%
G = 13.91%
B = 65.04%

CMYK

 C value IS 0.68

 M value IS 0.79

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3825AD (or 0x3825AD) is known color: Blue Gem. HEX triplet: 38, 25 and AD. RGB value is (56,37,173). Sum of RGB (Red+Green+Blue) = 56+37+173=266 (35% of max value = 765). Red value is 56 (22.27% from 255 or 21.05% from 266); Green value is 37 (14.84% from 255 or 13.91% from 266); Blue value is 173 (67.97% from 255 or 65.04% from 266); Max value from RGB is 173 - color contains mainly: blue. Hex color #3825AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3825AD is #C7DA52. Grayscale: #393939. Windows color (decimal): -13097555 or 11347256. OLE color: 11347256.

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

Color convert

RGB 56 37 173 -
CMYK 0.68 0.79 0 0.32
HSL 248.38º 0.65% 0.41% -
HSV(B) 248.38º 0.79% 0.68% -
XYZ 9.84 5.18 40.02 -
YUV 58.19 192.79 126.44 -
System Red Green Blue C M Y K H S L
Decimal 56 37 173 0.68 0.79 0 0.32 248.38 0.65 0.41
Hex 38 25 AD 44 4F 0 20 F8 41 29
Octal 70 45 255 104 117 0 40 370 101 51
Binary 111000 100101 10101101 1000100 1001111 0 100000 11111000 1000001 101001

Color Harmonies of #3825AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3825AD

Black with #3825AD

Text Example


Text Example

White with #3825AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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