Html Css Color HEX #333773 Torea Bay

📋 copy color: '#333773'

red 51 ◦ green 55 ◦ blue 115

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

Shades of Torea Bay #333773

Tints of Torea Bay #333773

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 52.04%

R = 23.08%
G = 24.89%
B = 52.04%

CMYK

 C value IS 0.56

 M value IS 0.52

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#333773 (or 0x333773) is known color: Torea Bay. HEX triplet: 33, 37 and 73. RGB value is (51,55,115). Sum of RGB (Red+Green+Blue) = 51+55+115=221 (29% of max value = 765). Red value is 51 (20.31% from 255 or 23.08% from 221); Green value is 55 (21.88% from 255 or 24.89% from 221); Blue value is 115 (45.31% from 255 or 52.04% from 221); Max value from RGB is 115 - color contains mainly: blue. Hex color #333773 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333773 is #CCC88C. Grayscale: #3C3C3C. Windows color (decimal): -13420685 or 7550771. OLE color: 7550771.

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

Color convert

RGB 51 55 115 -
CMYK 0.56 0.52 0 0.55
HSL 236.25º 0.39% 0.33% -
HSV(B) 236.25º 0.56% 0.45% -
XYZ 5.83 4.67 16.81 -
YUV 60.64 158.67 121.12 -
System Red Green Blue C M Y K H S L
Decimal 51 55 115 0.56 0.52 0 0.55 236.25 0.39 0.33
Hex 33 37 73 38 34 0 37 EC 27 21
Octal 63 67 163 70 64 0 67 354 47 41
Binary 110011 110111 1110011 111000 110100 0 110111 11101100 100111 100001

Color Harmonies of #333773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333773

Black with #333773

Text Example


Text Example

White with #333773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333773; }

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

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

background-color css

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

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

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

border-color css

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

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

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