Html Css Color HEX #334A8B Tory Blue

📋 copy color: '#334A8B'

red 51 ◦ green 74 ◦ blue 139

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

Shades of Tory Blue #334A8B

Tints of Tory Blue #334A8B

RGB

 RED value IS 51 (20.31% from 255) = 19.32%

 GREEN value IS 74 (29.3% from 255) = 28.03%

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

R = 19.32%
G = 28.03%
B = 52.65%

CMYK

 C value IS 0.63

 M value IS 0.47

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#334A8B (or 0x334A8B) is known color: Tory Blue. HEX triplet: 33, 4A and 8B. RGB value is (51,74,139). Sum of RGB (Red+Green+Blue) = 51+74+139=264 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.32% from 264); Green value is 74 (29.30% from 255 or 28.03% from 264); Blue value is 139 (54.69% from 255 or 52.65% from 264); Max value from RGB is 139 - color contains mainly: blue. Hex color #334A8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #334A8B is #CCB574. Grayscale: #4A4A4A. Windows color (decimal): -13415797 or 9128499. OLE color: 9128499.

HSL color Cylindrical-coordinate representation of color #334A8B: hue angle of 224.32º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #334A8B is Cyan = 0.63, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 51 74 139 -
CMYK 0.63 0.47 0 0.45
HSL 224.32º 0.46% 0.37% -
HSV(B) 224.32º 0.63% 0.55% -
XYZ 8.47 7.47 25.42 -
YUV 74.53 164.38 111.21 -
System Red Green Blue C M Y K H S L
Decimal 51 74 139 0.63 0.47 0 0.45 224.32 0.46 0.37
Hex 33 4A 8B 3F 2F 0 2D E0 2E 25
Octal 63 112 213 77 57 0 55 340 56 45
Binary 110011 1001010 10001011 111111 101111 0 101101 11100000 101110 100101

Color Harmonies of #334A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334A8B

Black with #334A8B

Text Example


Text Example

White with #334A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334A8B; }

 p { color: rgb(51,74,139); }

 H1.HeaderClassName
 {
   color: #334A8B;
 }
 .AnyTagClassName
 {
   color: #334A8B;
 }
</style>

background-color css

<style>
 a { background-color: #334A8B; }

 a { background-color: rgb(51,74,139); }

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

border-color css

<style>
 span { border-color: #334A8B; }

 span { border-color: rgb(51,74,139); }

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