Html Css Color HEX #333378 Torea Bay

📋 copy color: '#333378'

red 51 ◦ green 51 ◦ blue 120

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

Shades of Torea Bay #333378

Tints of Torea Bay #333378

RGB

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

 GREEN value IS 51 (20.31% from 255) = 22.97%

 BLUE value IS 120 (47.27% from 255) = 54.05%

R = 22.97%
G = 22.97%
B = 54.05%

CMYK

 C value IS 0.58

 M value IS 0.58

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#333378 (or 0x333378) is known color: Torea Bay. HEX triplet: 33, 33 and 78. RGB value is (51,51,120). Sum of RGB (Red+Green+Blue) = 51+51+120=222 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.97% from 222); Green value is 51 (20.31% from 255 or 22.97% from 222); Blue value is 120 (47.27% from 255 or 54.05% from 222); Max value from RGB is 120 - color contains mainly: blue. Hex color #333378 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333378 is #CCCC87. Grayscale: #3A3A3A. Windows color (decimal): -13421704 or 7877427. OLE color: 7877427.

HSL color Cylindrical-coordinate representation of color #333378: hue angle of 240º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #333378 is Cyan = 0.58, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 51 51 120 -
CMYK 0.58 0.58 0 0.53
HSL 240º 0.4% 0.34% -
HSV(B) 240º 0.58% 0.47% -
XYZ 5.94 4.43 18.31 -
YUV 58.87 162.5 122.39 -
System Red Green Blue C M Y K H S L
Decimal 51 51 120 0.58 0.58 0 0.53 240 0.4 0.34
Hex 33 33 78 3A 3A 0 35 F0 28 22
Octal 63 63 170 72 72 0 65 360 50 42
Binary 110011 110011 1111000 111010 111010 0 110101 11110000 101000 100010

Color Harmonies of #333378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333378

Black with #333378

Text Example


Text Example

White with #333378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333378; }

 p { color: rgb(51,51,120); }

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

background-color css

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

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

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

border-color css

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

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

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