Html Css Color HEX #333771 Torea Bay

📋 copy color: '#333771'

red 51 ◦ green 55 ◦ blue 113

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

Shades of Torea Bay #333771

Tints of Torea Bay #333771

RGB

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

 GREEN value IS 55 (21.88% from 255) = 25.11%

 BLUE value IS 113 (44.53% from 255) = 51.6%

R = 23.29%
G = 25.11%
B = 51.6%

CMYK

 C value IS 0.55

 M value IS 0.51

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#333771 (or 0x333771) is known color: Torea Bay. HEX triplet: 33, 37 and 71. RGB value is (51,55,113). Sum of RGB (Red+Green+Blue) = 51+55+113=219 (29% of max value = 765). Red value is 51 (20.31% from 255 or 23.29% from 219); Green value is 55 (21.88% from 255 or 25.11% from 219); Blue value is 113 (44.53% from 255 or 51.60% from 219); Max value from RGB is 113 - color contains mainly: blue. Hex color #333771 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333771 is #CCC88E. Grayscale: #3C3C3C. Windows color (decimal): -13420687 or 7419699. OLE color: 7419699.

HSL color Cylindrical-coordinate representation of color #333771: hue angle of 236.13º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #333771 is Cyan = 0.55, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 51 55 113 -
CMYK 0.55 0.51 0 0.56
HSL 236.13º 0.38% 0.32% -
HSV(B) 236.13º 0.55% 0.44% -
XYZ 5.71 4.63 16.22 -
YUV 60.42 157.67 121.28 -
System Red Green Blue C M Y K H S L
Decimal 51 55 113 0.55 0.51 0 0.56 236.13 0.38 0.32
Hex 33 37 71 37 33 0 38 EC 26 20
Octal 63 67 161 67 63 0 70 354 46 40
Binary 110011 110111 1110001 110111 110011 0 111000 11101100 100110 100000

Color Harmonies of #333771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333771

Black with #333771

Text Example


Text Example

White with #333771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333771; }

 p { color: rgb(51,55,113); }

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

background-color css

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

 a { background-color: rgb(51,55,113); }

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

border-color css

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

 span { border-color: rgb(51,55,113); }

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