Html Css Color HEX #3848A1 Tory Blue

📋 copy color: '#3848A1'

red 56 ◦ green 72 ◦ blue 161

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

Shades of Tory Blue #3848A1

Tints of Tory Blue #3848A1

RGB

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

 GREEN value IS 72 (28.52% from 255) = 24.91%

 BLUE value IS 161 (63.28% from 255) = 55.71%

R = 19.38%
G = 24.91%
B = 55.71%

CMYK

 C value IS 0.65

 M value IS 0.55

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#3848A1 (or 0x3848A1) is known color: Tory Blue. HEX triplet: 38, 48 and A1. RGB value is (56,72,161). Sum of RGB (Red+Green+Blue) = 56+72+161=289 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.38% from 289); Green value is 72 (28.52% from 255 or 24.91% from 289); Blue value is 161 (63.28% from 255 or 55.71% from 289); Max value from RGB is 161 - color contains mainly: blue. Hex color #3848A1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3848A1 is #C7B75E. Grayscale: #4C4C4C. Windows color (decimal): -13088607 or 10569784. OLE color: 10569784.

HSL color Cylindrical-coordinate representation of color #3848A1: hue angle of 230.86º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3848A1 is Cyan = 0.65, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 56 72 161 -
CMYK 0.65 0.55 0 0.37
HSL 230.86º 0.48% 0.43% -
HSV(B) 230.86º 0.65% 0.63% -
XYZ 10.38 8.05 34.72 -
YUV 77.36 175.2 112.76 -
System Red Green Blue C M Y K H S L
Decimal 56 72 161 0.65 0.55 0 0.37 230.86 0.48 0.43
Hex 38 48 A1 41 37 0 25 E7 30 2B
Octal 70 110 241 101 67 0 45 347 60 53
Binary 111000 1001000 10100001 1000001 110111 0 100101 11100111 110000 101011

Color Harmonies of #3848A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3848A1

Black with #3848A1

Text Example


Text Example

White with #3848A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3848A1; }

 p { color: rgb(56,72,161); }

 H1.HeaderClassName
 {
   color: #3848A1;
 }
 .AnyTagClassName
 {
   color: #3848A1;
 }
</style>

background-color css

<style>
 a { background-color: #3848A1; }

 a { background-color: rgb(56,72,161); }

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

border-color css

<style>
 span { border-color: #3848A1; }

 span { border-color: rgb(56,72,161); }

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