Html Css Color HEX #3B468E Tory Blue

📋 copy color: '#3B468E'

red 59 ◦ green 70 ◦ blue 142

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

Shades of Tory Blue #3B468E

Tints of Tory Blue #3B468E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 52.4%

R = 21.77%
G = 25.83%
B = 52.4%

CMYK

 C value IS 0.58

 M value IS 0.51

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#3B468E (or 0x3B468E) is known color: Tory Blue. HEX triplet: 3B, 46 and 8E. RGB value is (59,70,142). Sum of RGB (Red+Green+Blue) = 59+70+142=271 (35% of max value = 765). Red value is 59 (23.44% from 255 or 21.77% from 271); Green value is 70 (27.73% from 255 or 25.83% from 271); Blue value is 142 (55.86% from 255 or 52.40% from 271); Max value from RGB is 142 - color contains mainly: blue. Hex color #3B468E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B468E is #C4B971. Grayscale: #4A4A4A. Windows color (decimal): -12892530 or 9324091. OLE color: 9324091.

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

Color convert

RGB 59 70 142 -
CMYK 0.58 0.51 0 0.44
HSL 232.05º 0.41% 0.39% -
HSV(B) 232.05º 0.58% 0.56% -
XYZ 8.88 7.26 26.53 -
YUV 74.92 165.86 116.65 -
System Red Green Blue C M Y K H S L
Decimal 59 70 142 0.58 0.51 0 0.44 232.05 0.41 0.39
Hex 3B 46 8E 3A 33 0 2C E8 29 27
Octal 73 106 216 72 63 0 54 350 51 47
Binary 111011 1000110 10001110 111010 110011 0 101100 11101000 101001 100111

Color Harmonies of #3B468E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B468E

Black with #3B468E

Text Example


Text Example

White with #3B468E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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