#252E76

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

Shades of Torea Bay #252E76

Tints of Torea Bay #252E76

Color information

#252E76 (or 0x252E76) is unknown color: approx Torea Bay. HEX triplet: 25, 2E and 76. RGB value is (37,46,118). Sum of RGB (Red+Green+Blue) = 37+46+118=201 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.41% from 201); Green value is 46 (18.36% from 255 or 22.89% from 201); Blue value is 118 (46.48% from 255 or 58.71% from 201); Max value from RGB is 118 - color contains mainly: blue. Hex color #252E76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252E76 is #DAD189. Grayscale: #333333. Windows color (decimal): -14340490 or 7745061. OLE color: 7745061.

HSL color Cylindrical-coordinate representation of color #252E76: hue angle of 233.33º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #252E76 is Cyan = 0.69, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3746118-
CMYK0.690.6100.54
HSL233.33º52.26%30.39%-
HSV(B)233.33º68.64%46.27%-
XYZ5.013.6617.58-
YUV51.52165.52117.65-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.41%
GREEN value IS 46 (18.36% from 255) = 22.89%
BLUE value IS 118 (46.48% from 255) = 58.71%
R=18.41%
G=22.89%
B=58.71%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal37461180.690.6100.54233.3352.2630.39
Hex252E76453D036e9341e
Octal4556166105750663516436
Binary1001011011101110110100010111110101101101110100111010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252E76; }

 p { color: rgb(37,46,118); }

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

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

 a { background-color: rgb(37,46,118); }

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

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

 span { border-color: rgb(37,46,118); }

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