Html Css Color HEX #33439B Tory Blue

📋 copy color: '#33439B'

red 51 ◦ green 67 ◦ blue 155

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

Shades of Tory Blue #33439B

Tints of Tory Blue #33439B

RGB

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

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

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

R = 18.68%
G = 24.54%
B = 56.78%

CMYK

 C value IS 0.67

 M value IS 0.57

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#33439B (or 0x33439B) is known color: Tory Blue. HEX triplet: 33, 43 and 9B. RGB value is (51,67,155). Sum of RGB (Red+Green+Blue) = 51+67+155=273 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.68% from 273); Green value is 67 (26.56% from 255 or 24.54% from 273); Blue value is 155 (60.94% from 255 or 56.78% from 273); Max value from RGB is 155 - color contains mainly: blue. Hex color #33439B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33439B is #CCBC64. Grayscale: #474747. Windows color (decimal): -13417573 or 10175283. OLE color: 10175283.

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

Color convert

RGB 51 67 155 -
CMYK 0.67 0.57 0 0.39
HSL 230.77º 0.5% 0.4% -
HSV(B) 230.77º 0.67% 0.61% -
XYZ 9.29 7.08 31.89 -
YUV 72.25 174.7 112.84 -
System Red Green Blue C M Y K H S L
Decimal 51 67 155 0.67 0.57 0 0.39 230.77 0.5 0.4
Hex 33 43 9B 43 39 0 27 E7 32 28
Octal 63 103 233 103 71 0 47 347 62 50
Binary 110011 1000011 10011011 1000011 111001 0 100111 11100111 110010 101000

Color Harmonies of #33439B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33439B

Black with #33439B

Text Example


Text Example

White with #33439B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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