Html Css Color HEX #3827A5 Blue Gem

📋 copy color: '#3827A5'

red 56 ◦ green 39 ◦ blue 165

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

Shades of Blue Gem #3827A5

Tints of Blue Gem #3827A5

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15%

 BLUE value IS 165 (64.84% from 255) = 63.46%

R = 21.54%
G = 15%
B = 63.46%

CMYK

 C value IS 0.66

 M value IS 0.76

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#3827A5 (or 0x3827A5) is known color: Blue Gem. HEX triplet: 38, 27 and A5. RGB value is (56,39,165). Sum of RGB (Red+Green+Blue) = 56+39+165=260 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.54% from 260); Green value is 39 (15.62% from 255 or 15% from 260); Blue value is 165 (64.84% from 255 or 63.46% from 260); Max value from RGB is 165 - color contains mainly: blue. Hex color #3827A5 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3827A5 is #C7D85A. Grayscale: #393939. Windows color (decimal): -13097051 or 10823480. OLE color: 10823480.

HSL color Cylindrical-coordinate representation of color #3827A5: hue angle of 248.1º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3827A5 is Cyan = 0.66, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 56 39 165 -
CMYK 0.66 0.76 0 0.35
HSL 248.1º 0.62% 0.4% -
HSV(B) 248.1º 0.76% 0.65% -
XYZ 9.15 5.01 36.08 -
YUV 58.45 188.13 126.25 -
System Red Green Blue C M Y K H S L
Decimal 56 39 165 0.66 0.76 0 0.35 248.1 0.62 0.4
Hex 38 27 A5 42 4C 0 23 F8 3E 28
Octal 70 47 245 102 114 0 43 370 76 50
Binary 111000 100111 10100101 1000010 1001100 0 100011 11111000 111110 101000

Color Harmonies of #3827A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3827A5

Black with #3827A5

Text Example


Text Example

White with #3827A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3827A5; }

 p { color: rgb(56,39,165); }

 H1.HeaderClassName
 {
   color: #3827A5;
 }
 .AnyTagClassName
 {
   color: #3827A5;
 }
</style>

background-color css

<style>
 a { background-color: #3827A5; }

 a { background-color: rgb(56,39,165); }

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

border-color css

<style>
 span { border-color: #3827A5; }

 span { border-color: rgb(56,39,165); }

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