Html Css Color HEX #333772 Torea Bay

📋 copy color: '#333772'

red 51 ◦ green 55 ◦ blue 114

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

Shades of Torea Bay #333772

Tints of Torea Bay #333772

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 51.82%

R = 23.18%
G = 25%
B = 51.82%

CMYK

 C value IS 0.55

 M value IS 0.52

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#333772 (or 0x333772) is known color: Torea Bay. HEX triplet: 33, 37 and 72. RGB value is (51,55,114). Sum of RGB (Red+Green+Blue) = 51+55+114=220 (29% of max value = 765). Red value is 51 (20.31% from 255 or 23.18% from 220); Green value is 55 (21.88% from 255 or 25% from 220); Blue value is 114 (44.92% from 255 or 51.82% from 220); Max value from RGB is 114 - color contains mainly: blue. Hex color #333772 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333772 is #CCC88D. Grayscale: #3C3C3C. Windows color (decimal): -13420686 or 7485235. OLE color: 7485235.

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

Color convert

RGB 51 55 114 -
CMYK 0.55 0.52 0 0.55
HSL 236.19º 0.38% 0.32% -
HSV(B) 236.19º 0.55% 0.45% -
XYZ 5.77 4.65 16.51 -
YUV 60.53 158.17 121.2 -
System Red Green Blue C M Y K H S L
Decimal 51 55 114 0.55 0.52 0 0.55 236.19 0.38 0.32
Hex 33 37 72 37 34 0 37 EC 26 20
Octal 63 67 162 67 64 0 67 354 46 40
Binary 110011 110111 1110010 110111 110100 0 110111 11101100 100110 100000

Color Harmonies of #333772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333772

Black with #333772

Text Example


Text Example

White with #333772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333772; }

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

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

background-color css

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

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

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

border-color css

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

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

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