Html Css Color HEX #3B4499 Tory Blue

📋 copy color: '#3B4499'

red 59 ◦ green 68 ◦ blue 153

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

Shades of Tory Blue #3B4499

Tints of Tory Blue #3B4499

RGB

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

 GREEN value IS 68 (26.95% from 255) = 24.29%

 BLUE value IS 153 (60.16% from 255) = 54.64%

R = 21.07%
G = 24.29%
B = 54.64%

CMYK

 C value IS 0.61

 M value IS 0.56

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#3B4499 (or 0x3B4499) is known color: Tory Blue. HEX triplet: 3B, 44 and 99. RGB value is (59,68,153). Sum of RGB (Red+Green+Blue) = 59+68+153=280 (37% of max value = 765). Red value is 59 (23.44% from 255 or 21.07% from 280); Green value is 68 (26.95% from 255 or 24.29% from 280); Blue value is 153 (60.16% from 255 or 54.64% from 280); Max value from RGB is 153 - color contains mainly: blue. Hex color #3B4499 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B4499 is #C4BB66. Grayscale: #4A4A4A. Windows color (decimal): -12893031 or 10044475. OLE color: 10044475.

HSL color Cylindrical-coordinate representation of color #3B4499: hue angle of 234.26º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3B4499 is Cyan = 0.61, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 59 68 153 -
CMYK 0.61 0.56 0 0.4
HSL 234.26º 0.44% 0.42% -
HSV(B) 234.26º 0.61% 0.6% -
XYZ 9.62 7.36 31.05 -
YUV 75 172.02 116.59 -
System Red Green Blue C M Y K H S L
Decimal 59 68 153 0.61 0.56 0 0.4 234.26 0.44 0.42
Hex 3B 44 99 3D 38 0 28 EA 2C 2A
Octal 73 104 231 75 70 0 50 352 54 52
Binary 111011 1000100 10011001 111101 111000 0 101000 11101010 101100 101010

Color Harmonies of #3B4499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B4499

Black with #3B4499

Text Example


Text Example

White with #3B4499

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,68,153); }

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

background-color css

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

 a { background-color: rgb(59,68,153); }

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

border-color css

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

 span { border-color: rgb(59,68,153); }

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