Html Css Color HEX #334C9F Tory Blue

📋 copy color: '#334C9F'

red 51 ◦ green 76 ◦ blue 159

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

Shades of Tory Blue #334C9F

Tints of Tory Blue #334C9F

RGB

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

 GREEN value IS 76 (30.08% from 255) = 26.57%

 BLUE value IS 159 (62.5% from 255) = 55.59%

R = 17.83%
G = 26.57%
B = 55.59%

CMYK

 C value IS 0.68

 M value IS 0.52

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#334C9F (or 0x334C9F) is known color: Tory Blue. HEX triplet: 33, 4C and 9F. RGB value is (51,76,159). Sum of RGB (Red+Green+Blue) = 51+76+159=286 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.83% from 286); Green value is 76 (30.08% from 255 or 26.57% from 286); Blue value is 159 (62.5% from 255 or 55.59% from 286); Max value from RGB is 159 - color contains mainly: blue. Hex color #334C9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #334C9F is #CCB360. Grayscale: #4D4D4D. Windows color (decimal): -13415265 or 10439731. OLE color: 10439731.

HSL color Cylindrical-coordinate representation of color #334C9F: hue angle of 226.11º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #334C9F is Cyan = 0.68, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 51 76 159 -
CMYK 0.68 0.52 0 0.38
HSL 226.11º 0.51% 0.41% -
HSV(B) 226.11º 0.68% 0.62% -
XYZ 10.21 8.38 33.88 -
YUV 77.99 173.72 108.75 -
System Red Green Blue C M Y K H S L
Decimal 51 76 159 0.68 0.52 0 0.38 226.11 0.51 0.41
Hex 33 4C 9F 44 34 0 26 E2 33 29
Octal 63 114 237 104 64 0 46 342 63 51
Binary 110011 1001100 10011111 1000100 110100 0 100110 11100010 110011 101001

Color Harmonies of #334C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334C9F

Black with #334C9F

Text Example


Text Example

White with #334C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,76,159); }

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

background-color css

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

 a { background-color: rgb(51,76,159); }

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

border-color css

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

 span { border-color: rgb(51,76,159); }

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