Html Css Color HEX #3B4B88 Tory Blue

📋 copy color: '#3B4B88'

red 59 ◦ green 75 ◦ blue 136

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

Shades of Tory Blue #3B4B88

Tints of Tory Blue #3B4B88

RGB

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

 GREEN value IS 75 (29.69% from 255) = 27.78%

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

R = 21.85%
G = 27.78%
B = 50.37%

CMYK

 C value IS 0.57

 M value IS 0.45

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#3B4B88 (or 0x3B4B88) is known color: Tory Blue. HEX triplet: 3B, 4B and 88. RGB value is (59,75,136). Sum of RGB (Red+Green+Blue) = 59+75+136=270 (35% of max value = 765). Red value is 59 (23.44% from 255 or 21.85% from 270); Green value is 75 (29.69% from 255 or 27.78% from 270); Blue value is 136 (53.52% from 255 or 50.37% from 270); Max value from RGB is 136 - color contains mainly: blue. Hex color #3B4B88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B4B88 is #C4B477. Grayscale: #4C4C4C. Windows color (decimal): -12891256 or 8932155. OLE color: 8932155.

HSL color Cylindrical-coordinate representation of color #3B4B88: hue angle of 227.53º 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 #3B4B88 is Cyan = 0.57, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 59 75 136 -
CMYK 0.57 0.45 0 0.47
HSL 227.53º 0.39% 0.38% -
HSV(B) 227.53º 0.57% 0.53% -
XYZ 8.76 7.74 24.32 -
YUV 77.17 161.2 115.04 -
System Red Green Blue C M Y K H S L
Decimal 59 75 136 0.57 0.45 0 0.47 227.53 0.39 0.38
Hex 3B 4B 88 39 2D 0 2F E4 27 26
Octal 73 113 210 71 55 0 57 344 47 46
Binary 111011 1001011 10001000 111001 101101 0 101111 11100100 100111 100110

Color Harmonies of #3B4B88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B4B88

Black with #3B4B88

Text Example


Text Example

White with #3B4B88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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