Html Css Color HEX #3B4D7E Tory Blue

📋 copy color: '#3B4D7E'

red 59 ◦ green 77 ◦ blue 126

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

Shades of Tory Blue #3B4D7E

Tints of Tory Blue #3B4D7E

RGB

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

 GREEN value IS 77 (30.47% from 255) = 29.39%

 BLUE value IS 126 (49.61% from 255) = 48.09%

R = 22.52%
G = 29.39%
B = 48.09%

CMYK

 C value IS 0.53

 M value IS 0.39

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3B4D7E (or 0x3B4D7E) is known color: Tory Blue. HEX triplet: 3B, 4D and 7E. RGB value is (59,77,126). Sum of RGB (Red+Green+Blue) = 59+77+126=262 (34% of max value = 765). Red value is 59 (23.44% from 255 or 22.52% from 262); Green value is 77 (30.47% from 255 or 29.39% from 262); Blue value is 126 (49.61% from 255 or 48.09% from 262); Max value from RGB is 126 - color contains mainly: blue. Hex color #3B4D7E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B4D7E is #C4B281. Grayscale: #4C4C4C. Windows color (decimal): -12890754 or 8277307. OLE color: 8277307.

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

Color convert

RGB 59 77 126 -
CMYK 0.53 0.39 0 0.51
HSL 223.88º 0.36% 0.36% -
HSV(B) 223.88º 0.53% 0.49% -
XYZ 8.22 7.74 20.8 -
YUV 77.2 155.54 115.02 -
System Red Green Blue C M Y K H S L
Decimal 59 77 126 0.53 0.39 0 0.51 223.88 0.36 0.36
Hex 3B 4D 7E 35 27 0 33 E0 24 24
Octal 73 115 176 65 47 0 63 340 44 44
Binary 111011 1001101 1111110 110101 100111 0 110011 11100000 100100 100100

Color Harmonies of #3B4D7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B4D7E

Black with #3B4D7E

Text Example


Text Example

White with #3B4D7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,77,126); }

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

background-color css

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

 a { background-color: rgb(59,77,126); }

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

border-color css

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

 span { border-color: rgb(59,77,126); }

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