Html Css Color HEX #3B4B8E Tory Blue

📋 copy color: '#3B4B8E'

red 59 ◦ green 75 ◦ blue 142

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

Shades of Tory Blue #3B4B8E

Tints of Tory Blue #3B4B8E

RGB

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

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

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

R = 21.38%
G = 27.17%
B = 51.45%

CMYK

 C value IS 0.58

 M value IS 0.47

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#3B4B8E (or 0x3B4B8E) is known color: Tory Blue. HEX triplet: 3B, 4B and 8E. RGB value is (59,75,142). Sum of RGB (Red+Green+Blue) = 59+75+142=276 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.38% from 276); Green value is 75 (29.69% from 255 or 27.17% from 276); Blue value is 142 (55.86% from 255 or 51.45% from 276); Max value from RGB is 142 - color contains mainly: blue. Hex color #3B4B8E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B4B8E is #C4B471. Grayscale: #4D4D4D. Windows color (decimal): -12891250 or 9325371. OLE color: 9325371.

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

Color convert

RGB 59 75 142 -
CMYK 0.58 0.47 0 0.44
HSL 228.43º 0.41% 0.39% -
HSV(B) 228.43º 0.58% 0.56% -
XYZ 9.2 7.91 26.63 -
YUV 77.85 164.2 114.55 -
System Red Green Blue C M Y K H S L
Decimal 59 75 142 0.58 0.47 0 0.44 228.43 0.41 0.39
Hex 3B 4B 8E 3A 2F 0 2C E4 29 27
Octal 73 113 216 72 57 0 54 344 51 47
Binary 111011 1001011 10001110 111010 101111 0 101100 11100100 101001 100111

Color Harmonies of #3B4B8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B4B8E

Black with #3B4B8E

Text Example


Text Example

White with #3B4B8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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