#252D79

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

Shades of Torea Bay #252D79

Tints of Torea Bay #252D79

Color information

#252D79 (or 0x252D79) is unknown color: approx Torea Bay. HEX triplet: 25, 2D and 79. RGB value is (37,45,121). Sum of RGB (Red+Green+Blue) = 37+45+121=203 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.23% from 203); Green value is 45 (17.97% from 255 or 22.17% from 203); Blue value is 121 (47.66% from 255 or 59.61% from 203); Max value from RGB is 121 - color contains mainly: blue. Hex color #252D79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252D79 is #DAD286. Grayscale: #323232. Windows color (decimal): -14340743 or 7941413. OLE color: 7941413.

HSL color Cylindrical-coordinate representation of color #252D79: hue angle of 234.29º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #252D79 is Cyan = 0.69, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3745121-
CMYK0.690.6300.53
HSL234.29º53.16%30.98%-
HSV(B)234.29º69.42%47.45%-
XYZ5.153.6518.52-
YUV51.27167.35117.82-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.23%
GREEN value IS 45 (17.97% from 255) = 22.17%
BLUE value IS 121 (47.66% from 255) = 59.61%
R=18.23%
G=22.17%
B=59.61%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal37451210.690.6300.53234.2953.1630.98
Hex252D79453F035ea351f
Octal4555171105770653526537
Binary1001011011011111001100010111111101101011110101011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252D79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,45,121); }

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

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

 a { background-color: rgb(37,45,121); }

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

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

 span { border-color: rgb(37,45,121); }

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