#252F79

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

Shades of Torea Bay #252F79

Tints of Torea Bay #252F79

Color information

#252F79 (or 0x252F79) is unknown color: approx Torea Bay. HEX triplet: 25, 2F and 79. RGB value is (37,47,121). Sum of RGB (Red+Green+Blue) = 37+47+121=205 (27% of max value = 765). Red value is 37 (14.84% from 255 or 18.05% from 205); Green value is 47 (18.75% from 255 or 22.93% from 205); Blue value is 121 (47.66% from 255 or 59.02% from 205); Max value from RGB is 121 - color contains mainly: blue. Hex color #252F79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252F79 is #DAD086. Grayscale: #343434. Windows color (decimal): -14340231 or 7941925. OLE color: 7941925.

HSL color Cylindrical-coordinate representation of color #252F79: hue angle of 232.86º 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 #252F79 is Cyan = 0.69, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3747121-
CMYK0.690.6100.53
HSL232.86º53.16%30.98%-
HSV(B)232.86º69.42%47.45%-
XYZ5.233.8118.55-
YUV52.45166.69116.98-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.05%
GREEN value IS 47 (18.75% from 255) = 22.93%
BLUE value IS 121 (47.66% from 255) = 59.02%
R=18.05%
G=22.93%
B=59.02%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal37471210.690.6100.53232.8653.1630.98
Hex252F79453D035e9351f
Octal4557171105750653516537
Binary1001011011111111001100010111110101101011110100111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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