Html Css Color HEX #353F74 Torea Bay

📋 copy color: '#353F74'

red 53 ◦ green 63 ◦ blue 116

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

Shades of Torea Bay #353F74

Tints of Torea Bay #353F74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 50%

R = 22.84%
G = 27.16%
B = 50%

CMYK

 C value IS 0.54

 M value IS 0.46

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#353F74 (or 0x353F74) is known color: Torea Bay. HEX triplet: 35, 3F and 74. RGB value is (53,63,116). Sum of RGB (Red+Green+Blue) = 53+63+116=232 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.84% from 232); Green value is 63 (25% from 255 or 27.16% from 232); Blue value is 116 (45.70% from 255 or 50% from 232); Max value from RGB is 116 - color contains mainly: blue. Hex color #353F74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353F74 is #CAC08B. Grayscale: #414141. Windows color (decimal): -13287564 or 7618357. OLE color: 7618357.

HSL color Cylindrical-coordinate representation of color #353F74: hue angle of 230.48º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #353F74 is Cyan = 0.54, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 53 63 116 -
CMYK 0.54 0.46 0 0.55
HSL 230.48º 0.37% 0.33% -
HSV(B) 230.48º 0.54% 0.45% -
XYZ 6.4 5.57 17.26 -
YUV 66.05 156.19 118.69 -
System Red Green Blue C M Y K H S L
Decimal 53 63 116 0.54 0.46 0 0.55 230.48 0.37 0.33
Hex 35 3F 74 36 2E 0 37 E6 25 21
Octal 65 77 164 66 56 0 67 346 45 41
Binary 110101 111111 1110100 110110 101110 0 110111 11100110 100101 100001

Color Harmonies of #353F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353F74

Black with #353F74

Text Example


Text Example

White with #353F74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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