Html Css Color HEX #334383 Tory Blue

📋 copy color: '#334383'

red 51 ◦ green 67 ◦ blue 131

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

Shades of Tory Blue #334383

Tints of Tory Blue #334383

RGB

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

 GREEN value IS 67 (26.56% from 255) = 26.91%

 BLUE value IS 131 (51.56% from 255) = 52.61%

R = 20.48%
G = 26.91%
B = 52.61%

CMYK

 C value IS 0.61

 M value IS 0.49

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#334383 (or 0x334383) is known color: Tory Blue. HEX triplet: 33, 43 and 83. RGB value is (51,67,131). Sum of RGB (Red+Green+Blue) = 51+67+131=249 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.48% from 249); Green value is 67 (26.56% from 255 or 26.91% from 249); Blue value is 131 (51.56% from 255 or 52.61% from 249); Max value from RGB is 131 - color contains mainly: blue. Hex color #334383 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #334383 is #CCBC7C. Grayscale: #454545. Windows color (decimal): -13417597 or 8602419. OLE color: 8602419.

HSL color Cylindrical-coordinate representation of color #334383: hue angle of 228º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #334383 is Cyan = 0.61, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 51 67 131 -
CMYK 0.61 0.49 0 0.49
HSL 228º 0.44% 0.36% -
HSV(B) 228º 0.61% 0.51% -
XYZ 7.47 6.36 22.31 -
YUV 69.51 162.7 114.8 -
System Red Green Blue C M Y K H S L
Decimal 51 67 131 0.61 0.49 0 0.49 228 0.44 0.36
Hex 33 43 83 3D 31 0 31 E4 2C 24
Octal 63 103 203 75 61 0 61 344 54 44
Binary 110011 1000011 10000011 111101 110001 0 110001 11100100 101100 100100

Color Harmonies of #334383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334383

Black with #334383

Text Example


Text Example

White with #334383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334383; }

 p { color: rgb(51,67,131); }

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

background-color css

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

 a { background-color: rgb(51,67,131); }

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

border-color css

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

 span { border-color: rgb(51,67,131); }

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