Html Css Color HEX #333F9B Tory Blue

📋 copy color: '#333F9B'

red 51 ◦ green 63 ◦ blue 155

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

Shades of Tory Blue #333F9B

Tints of Tory Blue #333F9B

RGB

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

 GREEN value IS 63 (25% from 255) = 23.42%

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

R = 18.96%
G = 23.42%
B = 57.62%

CMYK

 C value IS 0.67

 M value IS 0.59

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#333F9B (or 0x333F9B) is known color: Tory Blue. HEX triplet: 33, 3F and 9B. RGB value is (51,63,155). Sum of RGB (Red+Green+Blue) = 51+63+155=269 (35% of max value = 765). Red value is 51 (20.31% from 255 or 18.96% from 269); Green value is 63 (25% from 255 or 23.42% from 269); Blue value is 155 (60.94% from 255 or 57.62% from 269); Max value from RGB is 155 - color contains mainly: blue. Hex color #333F9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333F9B is #CCC064. Grayscale: #454545. Windows color (decimal): -13418597 or 10174259. OLE color: 10174259.

HSL color Cylindrical-coordinate representation of color #333F9B: hue angle of 233.08º 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 #333F9B is Cyan = 0.67, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 51 63 155 -
CMYK 0.67 0.59 0 0.39
HSL 233.08º 0.5% 0.4% -
HSV(B) 233.08º 0.67% 0.61% -
XYZ 9.06 6.63 31.81 -
YUV 69.9 176.02 114.52 -
System Red Green Blue C M Y K H S L
Decimal 51 63 155 0.67 0.59 0 0.39 233.08 0.5 0.4
Hex 33 3F 9B 43 3B 0 27 E9 32 28
Octal 63 77 233 103 73 0 47 351 62 50
Binary 110011 111111 10011011 1000011 111011 0 100111 11101001 110010 101000

Color Harmonies of #333F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333F9B

Black with #333F9B

Text Example


Text Example

White with #333F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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