#252E7A

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

Shades of Torea Bay #252E7A

Tints of Torea Bay #252E7A

Color information

#252E7A (or 0x252E7A) is unknown color: approx Torea Bay. HEX triplet: 25, 2E and 7A. RGB value is (37,46,122). Sum of RGB (Red+Green+Blue) = 37+46+122=205 (27% of max value = 765). Red value is 37 (14.84% from 255 or 18.05% from 205); Green value is 46 (18.36% from 255 or 22.44% from 205); Blue value is 122 (48.05% from 255 or 59.51% from 205); Max value from RGB is 122 - color contains mainly: blue. Hex color #252E7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252E7A is #DAD185. Grayscale: #333333. Windows color (decimal): -14340486 or 8007205. OLE color: 8007205.

HSL color Cylindrical-coordinate representation of color #252E7A: hue angle of 233.65º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #252E7A is Cyan = 0.70, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB3746122-
CMYK0.700.6200.52
HSL233.65º53.46%31.18%-
HSV(B)233.65º69.67%47.84%-
XYZ5.253.7518.86-
YUV51.97167.52117.32-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.05%
GREEN value IS 46 (18.36% from 255) = 22.44%
BLUE value IS 122 (48.05% from 255) = 59.51%
R=18.05%
G=22.44%
B=59.51%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal37461220.700.6200.52233.6553.4631.18
Hex252E7A463E034ea351f
Octal4556172106760643526537
Binary1001011011101111010100011011111001101001110101011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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