Html Css Color HEX #3B4698 Tory Blue

📋 copy color: '#3B4698'

red 59 ◦ green 70 ◦ blue 152

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

Shades of Tory Blue #3B4698

Tints of Tory Blue #3B4698

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 54.09%

R = 21%
G = 24.91%
B = 54.09%

CMYK

 C value IS 0.61

 M value IS 0.54

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#3B4698 (or 0x3B4698) is known color: Tory Blue. HEX triplet: 3B, 46 and 98. RGB value is (59,70,152). Sum of RGB (Red+Green+Blue) = 59+70+152=281 (37% of max value = 765). Red value is 59 (23.44% from 255 or 21.00% from 281); Green value is 70 (27.73% from 255 or 24.91% from 281); Blue value is 152 (59.77% from 255 or 54.09% from 281); Max value from RGB is 152 - color contains mainly: blue. Hex color #3B4698 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B4698 is #C4B967. Grayscale: #4B4B4B. Windows color (decimal): -12892520 or 9979451. OLE color: 9979451.

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

Color convert

RGB 59 70 152 -
CMYK 0.61 0.54 0 0.40
HSL 232.9º 0.44% 0.41% -
HSV(B) 232.9º 0.61% 0.6% -
XYZ 9.66 7.58 30.66 -
YUV 76.06 170.86 115.83 -
System Red Green Blue C M Y K H S L
Decimal 59 70 152 0.61 0.54 0 0.40 232.9 0.44 0.41
Hex 3B 46 98 3D 36 0 28 E9 2C 29
Octal 73 106 230 75 66 0 50 351 54 51
Binary 111011 1000110 10011000 111101 110110 0 101000 11101001 101100 101001

Color Harmonies of #3B4698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B4698

Black with #3B4698

Text Example


Text Example

White with #3B4698

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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