Html Css Color HEX #334681 Tory Blue

📋 copy color: '#334681'

red 51 ◦ green 70 ◦ blue 129

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

Shades of Tory Blue #334681

Tints of Tory Blue #334681

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 51.6%

R = 20.4%
G = 28%
B = 51.6%

CMYK

 C value IS 0.60

 M value IS 0.46

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#334681 (or 0x334681) is known color: Tory Blue. HEX triplet: 33, 46 and 81. RGB value is (51,70,129). Sum of RGB (Red+Green+Blue) = 51+70+129=250 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.4% from 250); Green value is 70 (27.73% from 255 or 28% from 250); Blue value is 129 (50.78% from 255 or 51.6% from 250); Max value from RGB is 129 - color contains mainly: blue. Hex color #334681 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #334681 is #CCB97E. Grayscale: #464646. Windows color (decimal): -13416831 or 8472115. OLE color: 8472115.

HSL color Cylindrical-coordinate representation of color #334681: hue angle of 225.38º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #334681 is Cyan = 0.60, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 51 70 129 -
CMYK 0.60 0.46 0 0.49
HSL 225.38º 0.43% 0.35% -
HSV(B) 225.38º 0.6% 0.51% -
XYZ 7.52 6.67 21.66 -
YUV 71.05 160.71 113.7 -
System Red Green Blue C M Y K H S L
Decimal 51 70 129 0.60 0.46 0 0.49 225.38 0.43 0.35
Hex 33 46 81 3C 2E 0 31 E1 2B 23
Octal 63 106 201 74 56 0 61 341 53 43
Binary 110011 1000110 10000001 111100 101110 0 110001 11100001 101011 100011

Color Harmonies of #334681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334681

Black with #334681

Text Example


Text Example

White with #334681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334681; }

 p { color: rgb(51,70,129); }

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

background-color css

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

 a { background-color: rgb(51,70,129); }

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

border-color css

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

 span { border-color: rgb(51,70,129); }

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