Html Css Color HEX #3B4594 Tory Blue

📋 copy color: '#3B4594'

red 59 ◦ green 69 ◦ blue 148

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

Shades of Tory Blue #3B4594

Tints of Tory Blue #3B4594

RGB

 RED value IS 59 (23.44% from 255) = 21.38%

 GREEN value IS 69 (27.34% from 255) = 25%

 BLUE value IS 148 (58.2% from 255) = 53.62%

R = 21.38%
G = 25%
B = 53.62%

CMYK

 C value IS 0.60

 M value IS 0.53

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#3B4594 (or 0x3B4594) is known color: Tory Blue. HEX triplet: 3B, 45 and 94. RGB value is (59,69,148). Sum of RGB (Red+Green+Blue) = 59+69+148=276 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.38% from 276); Green value is 69 (27.34% from 255 or 25% from 276); Blue value is 148 (58.20% from 255 or 53.62% from 276); Max value from RGB is 148 - color contains mainly: blue. Hex color #3B4594 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B4594 is #C4BA6B. Grayscale: #4A4A4A. Windows color (decimal): -12892780 or 9717051. OLE color: 9717051.

HSL color Cylindrical-coordinate representation of color #3B4594: hue angle of 233.26º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3B4594 is Cyan = 0.60, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 59 69 148 -
CMYK 0.60 0.53 0 0.42
HSL 233.26º 0.43% 0.41% -
HSV(B) 233.26º 0.6% 0.58% -
XYZ 9.28 7.32 28.94 -
YUV 75.02 169.19 116.58 -
System Red Green Blue C M Y K H S L
Decimal 59 69 148 0.60 0.53 0 0.42 233.26 0.43 0.41
Hex 3B 45 94 3C 35 0 2A E9 2B 29
Octal 73 105 224 74 65 0 52 351 53 51
Binary 111011 1000101 10010100 111100 110101 0 101010 11101001 101011 101001

Color Harmonies of #3B4594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B4594

Black with #3B4594

Text Example


Text Example

White with #3B4594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3B4594; }

 p { color: rgb(59,69,148); }

 H1.HeaderClassName
 {
   color: #3B4594;
 }
 .AnyTagClassName
 {
   color: #3B4594;
 }
</style>

background-color css

<style>
 a { background-color: #3B4594; }

 a { background-color: rgb(59,69,148); }

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

border-color css

<style>
 span { border-color: #3B4594; }

 span { border-color: rgb(59,69,148); }

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