Html Css Color HEX #33439F Tory Blue

📋 copy color: '#33439F'

red 51 ◦ green 67 ◦ blue 159

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

Shades of Tory Blue #33439F

Tints of Tory Blue #33439F

RGB

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

 GREEN value IS 67 (26.56% from 255) = 24.19%

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

R = 18.41%
G = 24.19%
B = 57.4%

CMYK

 C value IS 0.68

 M value IS 0.58

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#33439F (or 0x33439F) is known color: Tory Blue. HEX triplet: 33, 43 and 9F. RGB value is (51,67,159). Sum of RGB (Red+Green+Blue) = 51+67+159=277 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.41% from 277); Green value is 67 (26.56% from 255 or 24.19% from 277); Blue value is 159 (62.5% from 255 or 57.40% from 277); Max value from RGB is 159 - color contains mainly: blue. Hex color #33439F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33439F is #CCBC60. Grayscale: #484848. Windows color (decimal): -13417569 or 10437427. OLE color: 10437427.

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

Color convert

RGB 51 67 159 -
CMYK 0.68 0.58 0 0.38
HSL 231.11º 0.51% 0.41% -
HSV(B) 231.11º 0.68% 0.62% -
XYZ 9.63 7.22 33.69 -
YUV 72.7 176.7 112.52 -
System Red Green Blue C M Y K H S L
Decimal 51 67 159 0.68 0.58 0 0.38 231.11 0.51 0.41
Hex 33 43 9F 44 3A 0 26 E7 33 29
Octal 63 103 237 104 72 0 46 347 63 51
Binary 110011 1000011 10011111 1000100 111010 0 100110 11100111 110011 101001

Color Harmonies of #33439F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33439F

Black with #33439F

Text Example


Text Example

White with #33439F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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