Html Css Color HEX #333573 Torea Bay

📋 copy color: '#333573'

red 51 ◦ green 53 ◦ blue 115

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

Shades of Torea Bay #333573

Tints of Torea Bay #333573

RGB

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

 GREEN value IS 53 (21.09% from 255) = 24.2%

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

R = 23.29%
G = 24.2%
B = 52.51%

CMYK

 C value IS 0.56

 M value IS 0.54

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#333573 (or 0x333573) is known color: Torea Bay. HEX triplet: 33, 35 and 73. RGB value is (51,53,115). Sum of RGB (Red+Green+Blue) = 51+53+115=219 (29% of max value = 765). Red value is 51 (20.31% from 255 or 23.29% from 219); Green value is 53 (21.09% from 255 or 24.20% from 219); Blue value is 115 (45.31% from 255 or 52.51% from 219); Max value from RGB is 115 - color contains mainly: blue. Hex color #333573 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333573 is #CCCA8C. Grayscale: #3B3B3B. Windows color (decimal): -13421197 or 7550259. OLE color: 7550259.

HSL color Cylindrical-coordinate representation of color #333573: hue angle of 238.12º 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 #333573 is Cyan = 0.56, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 51 53 115 -
CMYK 0.56 0.54 0 0.55
HSL 238.13º 0.39% 0.33% -
HSV(B) 238.13º 0.56% 0.45% -
XYZ 5.73 4.49 16.78 -
YUV 59.47 159.34 121.96 -
System Red Green Blue C M Y K H S L
Decimal 51 53 115 0.56 0.54 0 0.55 238.13 0.39 0.33
Hex 33 35 73 38 36 0 37 EE 27 21
Octal 63 65 163 70 66 0 67 356 47 41
Binary 110011 110101 1110011 111000 110110 0 110111 11101110 100111 100001

Color Harmonies of #333573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333573

Black with #333573

Text Example


Text Example

White with #333573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333573; }

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

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

background-color css

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

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

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

border-color css

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

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

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