#2D377E

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

Shades of Torea Bay #2D377E

Tints of Torea Bay #2D377E

Color information

#2D377E (or 0x2D377E) is unknown color: approx Torea Bay. HEX triplet: 2D, 37 and 7E. RGB value is (45,55,126). Sum of RGB (Red+Green+Blue) = 45+55+126=226 (29% of max value = 765). Red value is 45 (17.97% from 255 or 19.91% from 226); Green value is 55 (21.88% from 255 or 24.34% from 226); Blue value is 126 (49.61% from 255 or 55.75% from 226); Max value from RGB is 126 - color contains mainly: blue. Hex color #2D377E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D377E is #D2C881. Grayscale: #3B3B3B. Windows color (decimal): -13813890 or 8271661. OLE color: 8271661.

HSL color Cylindrical-coordinate representation of color #2D377E: hue angle of 232.59º degrees, saturation: 0.47, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2D377E is Cyan = 0.64, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB4555126-
CMYK0.640.5600.51
HSL232.59º47.37%33.53%-
HSV(B)232.59º64.29%49.41%-
XYZ6.214.820.34-
YUV60.1165.19117.23-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 19.91%
GREEN value IS 55 (21.88% from 255) = 24.34%
BLUE value IS 126 (49.61% from 255) = 55.75%
R=19.91%
G=24.34%
B=55.75%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal45551260.640.5600.51232.5947.3733.53
Hex2D377E4038033e92f22
Octal5567176100700633515742
Binary10110111011111111101000000111000011001111101001101111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D377E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,55,126); }

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

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

 a { background-color: rgb(45,55,126); }

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

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

 span { border-color: rgb(45,55,126); }

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