Html Css Color HEX #3819AB Blue Gem

📋 copy color: '#3819AB'

red 56 ◦ green 25 ◦ blue 171

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

Shades of Blue Gem #3819AB

Tints of Blue Gem #3819AB

RGB

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

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

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

R = 22.22%
G = 9.92%
B = 67.86%

CMYK

 C value IS 0.67

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3819AB (or 0x3819AB) is known color: Blue Gem. HEX triplet: 38, 19 and AB. RGB value is (56,25,171). Sum of RGB (Red+Green+Blue) = 56+25+171=252 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.22% from 252); Green value is 25 (10.16% from 255 or 9.92% from 252); Blue value is 171 (67.19% from 255 or 67.86% from 252); Max value from RGB is 171 - color contains mainly: blue. Hex color #3819AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3819AB is #C7E654. Grayscale: #323232. Windows color (decimal): -13100629 or 11213112. OLE color: 11213112.

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

Color convert

RGB 56 25 171 -
CMYK 0.67 0.85 0 0.33
HSL 252.74º 0.74% 0.38% -
HSV(B) 252.74º 0.85% 0.67% -
XYZ 9.33 4.48 38.9 -
YUV 50.91 195.77 131.63 -
System Red Green Blue C M Y K H S L
Decimal 56 25 171 0.67 0.85 0 0.33 252.74 0.74 0.38
Hex 38 19 AB 43 55 0 21 FD 4A 26
Octal 70 31 253 103 125 0 41 375 112 46
Binary 111000 11001 10101011 1000011 1010101 0 100001 11111101 1001010 100110

Color Harmonies of #3819AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3819AB

Black with #3819AB

Text Example


Text Example

White with #3819AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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