Html Css Color HEX #353F78 Torea Bay

📋 copy color: '#353F78'

red 53 ◦ green 63 ◦ blue 120

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

Shades of Torea Bay #353F78

Tints of Torea Bay #353F78

RGB

 RED value IS 53 (21.09% from 255) = 22.46%

 GREEN value IS 63 (25% from 255) = 26.69%

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

R = 22.46%
G = 26.69%
B = 50.85%

CMYK

 C value IS 0.56

 M value IS 0.48

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#353F78 (or 0x353F78) is known color: Torea Bay. HEX triplet: 35, 3F and 78. RGB value is (53,63,120). Sum of RGB (Red+Green+Blue) = 53+63+120=236 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.46% from 236); Green value is 63 (25% from 255 or 26.69% from 236); Blue value is 120 (47.27% from 255 or 50.85% from 236); Max value from RGB is 120 - color contains mainly: blue. Hex color #353F78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353F78 is #CAC087. Grayscale: #424242. Windows color (decimal): -13287560 or 7880501. OLE color: 7880501.

HSL color Cylindrical-coordinate representation of color #353F78: hue angle of 231.04º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #353F78 is Cyan = 0.56, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 53 63 120 -
CMYK 0.56 0.48 0 0.53
HSL 231.04º 0.39% 0.34% -
HSV(B) 231.04º 0.56% 0.47% -
XYZ 6.64 5.67 18.51 -
YUV 66.51 158.19 118.37 -
System Red Green Blue C M Y K H S L
Decimal 53 63 120 0.56 0.48 0 0.53 231.04 0.39 0.34
Hex 35 3F 78 38 30 0 35 E7 27 22
Octal 65 77 170 70 60 0 65 347 47 42
Binary 110101 111111 1111000 111000 110000 0 110101 11100111 100111 100010

Color Harmonies of #353F78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353F78

Black with #353F78

Text Example


Text Example

White with #353F78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353F78; }

 p { color: rgb(53,63,120); }

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

background-color css

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

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

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

border-color css

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

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

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