Html Css Color HEX #353971 Torea Bay

📋 copy color: '#353971'

red 53 ◦ green 57 ◦ blue 113

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

Shades of Torea Bay #353971

Tints of Torea Bay #353971

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 50.67%

R = 23.77%
G = 25.56%
B = 50.67%

CMYK

 C value IS 0.53

 M value IS 0.50

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#353971 (or 0x353971) is known color: Torea Bay. HEX triplet: 35, 39 and 71. RGB value is (53,57,113). Sum of RGB (Red+Green+Blue) = 53+57+113=223 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.77% from 223); Green value is 57 (22.66% from 255 or 25.56% from 223); Blue value is 113 (44.53% from 255 or 50.67% from 223); Max value from RGB is 113 - color contains mainly: blue. Hex color #353971 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353971 is #CAC68E. Grayscale: #3D3D3D. Windows color (decimal): -13289103 or 7420213. OLE color: 7420213.

HSL color Cylindrical-coordinate representation of color #353971: hue angle of 236º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #353971 is Cyan = 0.53, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 53 57 113 -
CMYK 0.53 0.50 0 0.56
HSL 236º 0.36% 0.33% -
HSV(B) 236º 0.53% 0.44% -
XYZ 5.91 4.88 16.25 -
YUV 62.19 156.67 121.45 -
System Red Green Blue C M Y K H S L
Decimal 53 57 113 0.53 0.50 0 0.56 236 0.36 0.33
Hex 35 39 71 35 32 0 38 EC 24 21
Octal 65 71 161 65 62 0 70 354 44 41
Binary 110101 111001 1110001 110101 110010 0 111000 11101100 100100 100001

Color Harmonies of #353971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353971

Black with #353971

Text Example


Text Example

White with #353971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353971; }

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

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

background-color css

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

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

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

border-color css

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

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

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