Html Css Color HEX #33459F Tory Blue

📋 copy color: '#33459F'

red 51 ◦ green 69 ◦ blue 159

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

Shades of Tory Blue #33459F

Tints of Tory Blue #33459F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 56.99%

R = 18.28%
G = 24.73%
B = 56.99%

CMYK

 C value IS 0.68

 M value IS 0.57

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#33459F (or 0x33459F) is known color: Tory Blue. HEX triplet: 33, 45 and 9F. RGB value is (51,69,159). Sum of RGB (Red+Green+Blue) = 51+69+159=279 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.28% from 279); Green value is 69 (27.34% from 255 or 24.73% from 279); Blue value is 159 (62.5% from 255 or 56.99% from 279); Max value from RGB is 159 - color contains mainly: blue. Hex color #33459F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33459F is #CCBA60. Grayscale: #494949. Windows color (decimal): -13417057 or 10437939. OLE color: 10437939.

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

Color convert

RGB 51 69 159 -
CMYK 0.68 0.57 0 0.38
HSL 230º 0.51% 0.41% -
HSV(B) 230º 0.68% 0.62% -
XYZ 9.75 7.46 33.73 -
YUV 73.88 176.04 111.68 -
System Red Green Blue C M Y K H S L
Decimal 51 69 159 0.68 0.57 0 0.38 230 0.51 0.41
Hex 33 45 9F 44 39 0 26 E6 33 29
Octal 63 105 237 104 71 0 46 346 63 51
Binary 110011 1000101 10011111 1000100 111001 0 100110 11100110 110011 101001

Color Harmonies of #33459F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33459F

Black with #33459F

Text Example


Text Example

White with #33459F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33459F; }

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

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

background-color css

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

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

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

border-color css

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

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

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