Html Css Color HEX #3B528B Tory Blue

📋 copy color: '#3B528B'

red 59 ◦ green 82 ◦ blue 139

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

Shades of Tory Blue #3B528B

Tints of Tory Blue #3B528B

RGB

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

 GREEN value IS 82 (32.42% from 255) = 29.29%

 BLUE value IS 139 (54.69% from 255) = 49.64%

R = 21.07%
G = 29.29%
B = 49.64%

CMYK

 C value IS 0.58

 M value IS 0.41

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3B528B (or 0x3B528B) is known color: Tory Blue. HEX triplet: 3B, 52 and 8B. RGB value is (59,82,139). Sum of RGB (Red+Green+Blue) = 59+82+139=280 (37% of max value = 765). Red value is 59 (23.44% from 255 or 21.07% from 280); Green value is 82 (32.42% from 255 or 29.29% from 280); Blue value is 139 (54.69% from 255 or 49.64% from 280); Max value from RGB is 139 - color contains mainly: blue. Hex color #3B528B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B528B is #C4AD74. Grayscale: #515151. Windows color (decimal): -12889461 or 9130555. OLE color: 9130555.

HSL color Cylindrical-coordinate representation of color #3B528B: hue angle of 222.75º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3B528B is Cyan = 0.58, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 59 82 139 -
CMYK 0.58 0.41 0 0.45
HSL 222.75º 0.4% 0.39% -
HSV(B) 222.75º 0.58% 0.55% -
XYZ 9.48 8.83 25.63 -
YUV 81.62 160.38 111.87 -
System Red Green Blue C M Y K H S L
Decimal 59 82 139 0.58 0.41 0 0.45 222.75 0.4 0.39
Hex 3B 52 8B 3A 29 0 2D DF 28 27
Octal 73 122 213 72 51 0 55 337 50 47
Binary 111011 1010010 10001011 111010 101001 0 101101 11011111 101000 100111

Color Harmonies of #3B528B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B528B

Black with #3B528B

Text Example


Text Example

White with #3B528B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,82,139); }

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

background-color css

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

 a { background-color: rgb(59,82,139); }

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

border-color css

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

 span { border-color: rgb(59,82,139); }

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