Html Css Color HEX #353874 Torea Bay

📋 copy color: '#353874'

red 53 ◦ green 56 ◦ blue 116

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

Shades of Torea Bay #353874

Tints of Torea Bay #353874

RGB

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

 GREEN value IS 56 (22.27% from 255) = 24.89%

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

R = 23.56%
G = 24.89%
B = 51.56%

CMYK

 C value IS 0.54

 M value IS 0.52

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#353874 (or 0x353874) is known color: Torea Bay. HEX triplet: 35, 38 and 74. RGB value is (53,56,116). Sum of RGB (Red+Green+Blue) = 53+56+116=225 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.56% from 225); Green value is 56 (22.27% from 255 or 24.89% from 225); Blue value is 116 (45.70% from 255 or 51.56% from 225); Max value from RGB is 116 - color contains mainly: blue. Hex color #353874 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353874 is #CAC78B. Grayscale: #3D3D3D. Windows color (decimal): -13289356 or 7616565. OLE color: 7616565.

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

Color convert

RGB 53 56 116 -
CMYK 0.54 0.52 0 0.55
HSL 237.14º 0.37% 0.33% -
HSV(B) 237.14º 0.54% 0.45% -
XYZ 6.03 4.85 17.14 -
YUV 61.94 158.51 121.62 -
System Red Green Blue C M Y K H S L
Decimal 53 56 116 0.54 0.52 0 0.55 237.14 0.37 0.33
Hex 35 38 74 36 34 0 37 ED 25 21
Octal 65 70 164 66 64 0 67 355 45 41
Binary 110101 111000 1110100 110110 110100 0 110111 11101101 100101 100001

Color Harmonies of #353874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353874

Black with #353874

Text Example


Text Example

White with #353874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353874; }

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

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

background-color css

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

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

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

border-color css

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

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

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