#35377A

Color #35377A Torea Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Torea Bay #35377A

Tints of Torea Bay #35377A

Color information

#35377A (or 0x35377A) is unknown color: approx Torea Bay. HEX triplet: 35, 37 and 7A. RGB value is (53,55,122). Sum of RGB (Red+Green+Blue) = 53+55+122=230 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.04% from 230); Green value is 55 (21.88% from 255 or 23.91% from 230); Blue value is 122 (48.05% from 255 or 53.04% from 230); Max value from RGB is 122 - color contains mainly: blue. Hex color #35377A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35377A is #CAC885. Grayscale: #3D3D3D. Windows color (decimal): -13289606 or 8009525. OLE color: 8009525.

HSL color Cylindrical-coordinate representation of color #35377A: hue angle of 238.26º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #35377A is Cyan = 0.57, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5355122-
CMYK0.570.5500.52
HSL238.26º39.43%34.31%-
HSV(B)238.26º56.56%47.84%-
XYZ6.354.8919.02-
YUV62.04161.84121.55-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.04%
GREEN value IS 55 (21.88% from 255) = 23.91%
BLUE value IS 122 (48.05% from 255) = 53.04%
R=23.04%
G=23.91%
B=53.04%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal53551220.570.5500.52238.2639.4334.31
Hex35377A3937034ee2722
Octal656717271670643564742
Binary1101011101111111010111001110111011010011101110100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35377A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35377A; }

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

 H1.HeaderClassName
 {
   color: #35377A;
 }
 .AnyTagClassName
 {
   color: #35377A;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #35377A;
 }
 .BgClassName
 {
   background-color: #35377A;
 }
</style>
border-color css

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

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

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