Html Css Color HEX #333D9B Tory Blue

📋 copy color: '#333D9B'

red 51 ◦ green 61 ◦ blue 155

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

Shades of Tory Blue #333D9B

Tints of Tory Blue #333D9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 58.05%

R = 19.1%
G = 22.85%
B = 58.05%

CMYK

 C value IS 0.67

 M value IS 0.61

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#333D9B (or 0x333D9B) is known color: Tory Blue. HEX triplet: 33, 3D and 9B. RGB value is (51,61,155). Sum of RGB (Red+Green+Blue) = 51+61+155=267 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.10% from 267); Green value is 61 (24.22% from 255 or 22.85% from 267); Blue value is 155 (60.94% from 255 or 58.05% from 267); Max value from RGB is 155 - color contains mainly: blue. Hex color #333D9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333D9B is #CCC264. Grayscale: #444444. Windows color (decimal): -13419109 or 10173747. OLE color: 10173747.

HSL color Cylindrical-coordinate representation of color #333D9B: hue angle of 234.23º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #333D9B is Cyan = 0.67, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 51 61 155 -
CMYK 0.67 0.61 0 0.39
HSL 234.23º 0.5% 0.4% -
HSV(B) 234.23º 0.67% 0.61% -
XYZ 8.95 6.41 31.78 -
YUV 68.73 176.69 115.36 -
System Red Green Blue C M Y K H S L
Decimal 51 61 155 0.67 0.61 0 0.39 234.23 0.5 0.4
Hex 33 3D 9B 43 3D 0 27 EA 32 28
Octal 63 75 233 103 75 0 47 352 62 50
Binary 110011 111101 10011011 1000011 111101 0 100111 11101010 110010 101000

Color Harmonies of #333D9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333D9B

Black with #333D9B

Text Example


Text Example

White with #333D9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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