#35397B

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

Shades of Torea Bay #35397B

Tints of Torea Bay #35397B

Color information

#35397B (or 0x35397B) is unknown color: approx Torea Bay. HEX triplet: 35, 39 and 7B. RGB value is (53,57,123). Sum of RGB (Red+Green+Blue) = 53+57+123=233 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.75% from 233); Green value is 57 (22.66% from 255 or 24.46% from 233); Blue value is 123 (48.44% from 255 or 52.79% from 233); Max value from RGB is 123 - color contains mainly: blue. Hex color #35397B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35397B is #CAC684. Grayscale: #3F3F3F. Windows color (decimal): -13289093 or 8075573. OLE color: 8075573.

HSL color Cylindrical-coordinate representation of color #35397B: hue angle of 236.57º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #35397B is Cyan = 0.57, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5357123-
CMYK0.570.5400.52
HSL236.57º39.77%34.51%-
HSV(B)236.57º56.91%48.24%-
XYZ6.515.1119.38-
YUV63.33161.67120.63-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.75%
GREEN value IS 57 (22.66% from 255) = 24.46%
BLUE value IS 123 (48.44% from 255) = 52.79%
R=22.75%
G=24.46%
B=52.79%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal53571230.570.5400.52236.5739.7734.51
Hex35397B3936034ed2823
Octal657117371660643555043
Binary1101011110011111011111001110110011010011101101101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35397B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35397B; }

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

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

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

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

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

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

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

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