Html Css Color HEX #353771 Torea Bay

📋 copy color: '#353771'

red 53 ◦ green 55 ◦ blue 113

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

Shades of Torea Bay #353771

Tints of Torea Bay #353771

RGB

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

 GREEN value IS 55 (21.88% from 255) = 24.89%

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

R = 23.98%
G = 24.89%
B = 51.13%

CMYK

 C value IS 0.53

 M value IS 0.51

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#353771 (or 0x353771) is known color: Torea Bay. HEX triplet: 35, 37 and 71. RGB value is (53,55,113). Sum of RGB (Red+Green+Blue) = 53+55+113=221 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.98% from 221); Green value is 55 (21.88% from 255 or 24.89% from 221); Blue value is 113 (44.53% from 255 or 51.13% from 221); Max value from RGB is 113 - color contains mainly: blue. Hex color #353771 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353771 is #CAC88E. Grayscale: #3C3C3C. Windows color (decimal): -13289615 or 7419701. OLE color: 7419701.

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

Color convert

RGB 53 55 113 -
CMYK 0.53 0.51 0 0.56
HSL 238º 0.36% 0.33% -
HSV(B) 238º 0.53% 0.44% -
XYZ 5.82 4.68 16.22 -
YUV 61.01 157.34 122.28 -
System Red Green Blue C M Y K H S L
Decimal 53 55 113 0.53 0.51 0 0.56 238 0.36 0.33
Hex 35 37 71 35 33 0 38 EE 24 21
Octal 65 67 161 65 63 0 70 356 44 41
Binary 110101 110111 1110001 110101 110011 0 111000 11101110 100100 100001

Color Harmonies of #353771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353771

Black with #353771

Text Example


Text Example

White with #353771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353771; }

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

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

background-color css

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

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

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

border-color css

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

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

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