Html Css Color HEX #33428B Tory Blue

📋 copy color: '#33428B'

red 51 ◦ green 66 ◦ blue 139

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

Shades of Tory Blue #33428B

Tints of Tory Blue #33428B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 54.3%

R = 19.92%
G = 25.78%
B = 54.3%

CMYK

 C value IS 0.63

 M value IS 0.53

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#33428B (or 0x33428B) is known color: Tory Blue. HEX triplet: 33, 42 and 8B. RGB value is (51,66,139). Sum of RGB (Red+Green+Blue) = 51+66+139=256 (33% of max value = 765). Red value is 51 (20.31% from 255 or 19.92% from 256); Green value is 66 (26.17% from 255 or 25.78% from 256); Blue value is 139 (54.69% from 255 or 54.30% from 256); Max value from RGB is 139 - color contains mainly: blue. Hex color #33428B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33428B is #CCBD74. Grayscale: #454545. Windows color (decimal): -13417845 or 9126451. OLE color: 9126451.

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

Color convert

RGB 51 66 139 -
CMYK 0.63 0.53 0 0.45
HSL 229.77º 0.46% 0.37% -
HSV(B) 229.77º 0.63% 0.55% -
XYZ 7.97 6.46 25.25 -
YUV 69.84 167.03 114.56 -
System Red Green Blue C M Y K H S L
Decimal 51 66 139 0.63 0.53 0 0.45 229.77 0.46 0.37
Hex 33 42 8B 3F 35 0 2D E6 2E 25
Octal 63 102 213 77 65 0 55 346 56 45
Binary 110011 1000010 10001011 111111 110101 0 101101 11100110 101110 100101

Color Harmonies of #33428B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33428B

Black with #33428B

Text Example


Text Example

White with #33428B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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