Html Css Color HEX #353978 Torea Bay

📋 copy color: '#353978'

red 53 ◦ green 57 ◦ blue 120

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

Shades of Torea Bay #353978

Tints of Torea Bay #353978

RGB

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

 GREEN value IS 57 (22.66% from 255) = 24.78%

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

R = 23.04%
G = 24.78%
B = 52.17%

CMYK

 C value IS 0.56

 M value IS 0.52

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#353978 (or 0x353978) is known color: Torea Bay. HEX triplet: 35, 39 and 78. RGB value is (53,57,120). Sum of RGB (Red+Green+Blue) = 53+57+120=230 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.04% from 230); Green value is 57 (22.66% from 255 or 24.78% from 230); Blue value is 120 (47.27% from 255 or 52.17% from 230); Max value from RGB is 120 - color contains mainly: blue. Hex color #353978 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353978 is #CAC687. Grayscale: #3E3E3E. Windows color (decimal): -13289096 or 7878965. OLE color: 7878965.

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

Color convert

RGB 53 57 120 -
CMYK 0.56 0.52 0 0.53
HSL 236.42º 0.39% 0.34% -
HSV(B) 236.42º 0.56% 0.47% -
XYZ 6.32 5.04 18.41 -
YUV 62.99 160.17 120.88 -
System Red Green Blue C M Y K H S L
Decimal 53 57 120 0.56 0.52 0 0.53 236.42 0.39 0.34
Hex 35 39 78 38 34 0 35 EC 27 22
Octal 65 71 170 70 64 0 65 354 47 42
Binary 110101 111001 1111000 111000 110100 0 110101 11101100 100111 100010

Color Harmonies of #353978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353978

Black with #353978

Text Example


Text Example

White with #353978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353978; }

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

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

background-color css

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

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

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

border-color css

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

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

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