Html Css Color HEX #3819AF Blue Gem

📋 copy color: '#3819AF'

red 56 ◦ green 25 ◦ blue 175

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

Shades of Blue Gem #3819AF

Tints of Blue Gem #3819AF

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.77%

 BLUE value IS 175 (68.75% from 255) = 68.36%

R = 21.88%
G = 9.77%
B = 68.36%

CMYK

 C value IS 0.68

 M value IS 0.86

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#3819AF (or 0x3819AF) is known color: Blue Gem. HEX triplet: 38, 19 and AF. RGB value is (56,25,175). Sum of RGB (Red+Green+Blue) = 56+25+175=256 (33% of max value = 765). Red value is 56 (22.27% from 255 or 21.88% from 256); Green value is 25 (10.16% from 255 or 9.77% from 256); Blue value is 175 (68.75% from 255 or 68.36% from 256); Max value from RGB is 175 - color contains mainly: blue. Hex color #3819AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3819AF is #C7E650. Grayscale: #323232. Windows color (decimal): -13100625 or 11475256. OLE color: 11475256.

HSL color Cylindrical-coordinate representation of color #3819AF: hue angle of 252.4º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3819AF is Cyan = 0.68, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 56 25 175 -
CMYK 0.68 0.86 0 0.31
HSL 252.4º 0.75% 0.39% -
HSV(B) 252.4º 0.86% 0.69% -
XYZ 9.72 4.63 40.94 -
YUV 51.37 197.77 131.3 -
System Red Green Blue C M Y K H S L
Decimal 56 25 175 0.68 0.86 0 0.31 252.4 0.75 0.39
Hex 38 19 AF 44 56 0 1F FC 4B 27
Octal 70 31 257 104 126 0 37 374 113 47
Binary 111000 11001 10101111 1000100 1010110 0 11111 11111100 1001011 100111

Color Harmonies of #3819AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3819AF

Black with #3819AF

Text Example


Text Example

White with #3819AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3819AF; }

 p { color: rgb(56,25,175); }

 H1.HeaderClassName
 {
   color: #3819AF;
 }
 .AnyTagClassName
 {
   color: #3819AF;
 }
</style>

background-color css

<style>
 a { background-color: #3819AF; }

 a { background-color: rgb(56,25,175); }

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

border-color css

<style>
 span { border-color: #3819AF; }

 span { border-color: rgb(56,25,175); }

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