Html Css Color HEX #333D9D Tory Blue

📋 copy color: '#333D9D'

red 51 ◦ green 61 ◦ blue 157

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

Shades of Tory Blue #333D9D

Tints of Tory Blue #333D9D

RGB

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

 GREEN value IS 61 (24.22% from 255) = 22.68%

 BLUE value IS 157 (61.72% from 255) = 58.36%

R = 18.96%
G = 22.68%
B = 58.36%

CMYK

 C value IS 0.68

 M value IS 0.61

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#333D9D (or 0x333D9D) is known color: Tory Blue. HEX triplet: 33, 3D and 9D. RGB value is (51,61,157). Sum of RGB (Red+Green+Blue) = 51+61+157=269 (35% of max value = 765). Red value is 51 (20.31% from 255 or 18.96% from 269); Green value is 61 (24.22% from 255 or 22.68% from 269); Blue value is 157 (61.72% from 255 or 58.36% from 269); Max value from RGB is 157 - color contains mainly: blue. Hex color #333D9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333D9D is #CCC262. Grayscale: #444444. Windows color (decimal): -13419107 or 10304819. OLE color: 10304819.

HSL color Cylindrical-coordinate representation of color #333D9D: hue angle of 234.34º 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 #333D9D is Cyan = 0.68, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 51 61 157 -
CMYK 0.68 0.61 0 0.38
HSL 234.34º 0.51% 0.41% -
HSV(B) 234.34º 0.68% 0.62% -
XYZ 9.12 6.48 32.67 -
YUV 68.95 177.69 115.19 -
System Red Green Blue C M Y K H S L
Decimal 51 61 157 0.68 0.61 0 0.38 234.34 0.51 0.41
Hex 33 3D 9D 44 3D 0 26 EA 33 29
Octal 63 75 235 104 75 0 46 352 63 51
Binary 110011 111101 10011101 1000100 111101 0 100110 11101010 110011 101001

Color Harmonies of #333D9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333D9D

Black with #333D9D

Text Example


Text Example

White with #333D9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333D9D; }

 p { color: rgb(51,61,157); }

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

background-color css

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

 a { background-color: rgb(51,61,157); }

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

border-color css

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

 span { border-color: rgb(51,61,157); }

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