Html Css Color HEX #33428C Tory Blue

📋 copy color: '#33428C'

red 51 ◦ green 66 ◦ blue 140

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

Shades of Tory Blue #33428C

Tints of Tory Blue #33428C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 25.68%

 BLUE value IS 140 (55.08% from 255) = 54.47%

R = 19.84%
G = 25.68%
B = 54.47%

CMYK

 C value IS 0.64

 M value IS 0.53

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#33428C (or 0x33428C) is known color: Tory Blue. HEX triplet: 33, 42 and 8C. RGB value is (51,66,140). Sum of RGB (Red+Green+Blue) = 51+66+140=257 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.84% from 257); Green value is 66 (26.17% from 255 or 25.68% from 257); Blue value is 140 (55.08% from 255 or 54.47% from 257); Max value from RGB is 140 - color contains mainly: blue. Hex color #33428C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33428C is #CCBD73. Grayscale: #454545. Windows color (decimal): -13417844 or 9191987. OLE color: 9191987.

HSL color Cylindrical-coordinate representation of color #33428C: hue angle of 229.89º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #33428C is Cyan = 0.64, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 51 66 140 -
CMYK 0.64 0.53 0 0.45
HSL 229.89º 0.47% 0.37% -
HSV(B) 229.89º 0.64% 0.55% -
XYZ 8.05 6.49 25.64 -
YUV 69.95 167.53 114.48 -
System Red Green Blue C M Y K H S L
Decimal 51 66 140 0.64 0.53 0 0.45 229.89 0.47 0.37
Hex 33 42 8C 40 35 0 2D E6 2F 25
Octal 63 102 214 100 65 0 55 346 57 45
Binary 110011 1000010 10001100 1000000 110101 0 101101 11100110 101111 100101

Color Harmonies of #33428C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33428C

Black with #33428C

Text Example


Text Example

White with #33428C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33428C; }

 p { color: rgb(51,66,140); }

 H1.HeaderClassName
 {
   color: #33428C;
 }
 .AnyTagClassName
 {
   color: #33428C;
 }
</style>

background-color css

<style>
 a { background-color: #33428C; }

 a { background-color: rgb(51,66,140); }

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

border-color css

<style>
 span { border-color: #33428C; }

 span { border-color: rgb(51,66,140); }

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