Html Css Color HEX #3B4688 Tory Blue

📋 copy color: '#3B4688'

red 59 ◦ green 70 ◦ blue 136

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

Shades of Tory Blue #3B4688

Tints of Tory Blue #3B4688

RGB

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

 GREEN value IS 70 (27.73% from 255) = 26.42%

 BLUE value IS 136 (53.52% from 255) = 51.32%

R = 22.26%
G = 26.42%
B = 51.32%

CMYK

 C value IS 0.57

 M value IS 0.49

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#3B4688 (or 0x3B4688) is known color: Tory Blue. HEX triplet: 3B, 46 and 88. RGB value is (59,70,136). Sum of RGB (Red+Green+Blue) = 59+70+136=265 (35% of max value = 765). Red value is 59 (23.44% from 255 or 22.26% from 265); Green value is 70 (27.73% from 255 or 26.42% from 265); Blue value is 136 (53.52% from 255 or 51.32% from 265); Max value from RGB is 136 - color contains mainly: blue. Hex color #3B4688 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B4688 is #C4B977. Grayscale: #494949. Windows color (decimal): -12892536 or 8930875. OLE color: 8930875.

HSL color Cylindrical-coordinate representation of color #3B4688: hue angle of 231.43º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3B4688 is Cyan = 0.57, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 59 70 136 -
CMYK 0.57 0.49 0 0.47
HSL 231.43º 0.39% 0.38% -
HSV(B) 231.43º 0.57% 0.53% -
XYZ 8.44 7.09 24.22 -
YUV 74.24 162.86 117.13 -
System Red Green Blue C M Y K H S L
Decimal 59 70 136 0.57 0.49 0 0.47 231.43 0.39 0.38
Hex 3B 46 88 39 31 0 2F E7 27 26
Octal 73 106 210 71 61 0 57 347 47 46
Binary 111011 1000110 10001000 111001 110001 0 101111 11100111 100111 100110

Color Harmonies of #3B4688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B4688

Black with #3B4688

Text Example


Text Example

White with #3B4688

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,70,136); }

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

background-color css

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

 a { background-color: rgb(59,70,136); }

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

border-color css

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

 span { border-color: rgb(59,70,136); }

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