Html Css Color HEX #334583 Tory Blue

📋 copy color: '#334583'

red 51 ◦ green 69 ◦ blue 131

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

Shades of Tory Blue #334583

Tints of Tory Blue #334583

RGB

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

 GREEN value IS 69 (27.34% from 255) = 27.49%

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

R = 20.32%
G = 27.49%
B = 52.19%

CMYK

 C value IS 0.61

 M value IS 0.47

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#334583 (or 0x334583) is known color: Tory Blue. HEX triplet: 33, 45 and 83. RGB value is (51,69,131). Sum of RGB (Red+Green+Blue) = 51+69+131=251 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.32% from 251); Green value is 69 (27.34% from 255 or 27.49% from 251); Blue value is 131 (51.56% from 255 or 52.19% from 251); Max value from RGB is 131 - color contains mainly: blue. Hex color #334583 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #334583 is #CCBA7C. Grayscale: #464646. Windows color (decimal): -13417085 or 8602931. OLE color: 8602931.

HSL color Cylindrical-coordinate representation of color #334583: hue angle of 226.5º 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 #334583 is Cyan = 0.61, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 51 69 131 -
CMYK 0.61 0.47 0 0.49
HSL 226.5º 0.44% 0.36% -
HSV(B) 226.5º 0.61% 0.51% -
XYZ 7.59 6.6 22.35 -
YUV 70.69 162.04 113.96 -
System Red Green Blue C M Y K H S L
Decimal 51 69 131 0.61 0.47 0 0.49 226.5 0.44 0.36
Hex 33 45 83 3D 2F 0 31 E2 2C 24
Octal 63 105 203 75 57 0 61 342 54 44
Binary 110011 1000101 10000011 111101 101111 0 110001 11100010 101100 100100

Color Harmonies of #334583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334583

Black with #334583

Text Example


Text Example

White with #334583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334583; }

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

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

background-color css

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

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

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

border-color css

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

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

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