#2D3685

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

Shades of Torea Bay #2D3685

Tints of Torea Bay #2D3685

Color information

#2D3685 (or 0x2D3685) is unknown color: approx Torea Bay. HEX triplet: 2D, 36 and 85. RGB value is (45,54,133). Sum of RGB (Red+Green+Blue) = 45+54+133=232 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.40% from 232); Green value is 54 (21.48% from 255 or 23.28% from 232); Blue value is 133 (52.34% from 255 or 57.33% from 232); Max value from RGB is 133 - color contains mainly: blue. Hex color #2D3685 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D3685 is #D2C97A. Grayscale: #3B3B3B. Windows color (decimal): -13814139 or 8730157. OLE color: 8730157.

HSL color Cylindrical-coordinate representation of color #2D3685: hue angle of 233.86º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2D3685 is Cyan = 0.66, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB4554133-
CMYK0.660.5900.48
HSL233.86º49.44%34.9%-
HSV(B)233.86º66.17%52.16%-
XYZ6.634.8922.78-
YUV60.32169.02117.08-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 19.40%
GREEN value IS 54 (21.48% from 255) = 23.28%
BLUE value IS 133 (52.34% from 255) = 57.33%
R=19.40%
G=23.28%
B=57.33%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal45541330.660.5900.48233.8649.4434.9
Hex2D3685423B030ea3123
Octal5566205102730603526143
Binary101101110110100001011000010111011011000011101010110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D3685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2D3685; }

 p { color: rgb(45,54,133); }

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

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

 a { background-color: rgb(45,54,133); }

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

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

 span { border-color: rgb(45,54,133); }

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