#252E73

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

Shades of Torea Bay #252E73

Tints of Torea Bay #252E73

Color information

#252E73 (or 0x252E73) is unknown color: approx Torea Bay. HEX triplet: 25, 2E and 73. RGB value is (37,46,115). Sum of RGB (Red+Green+Blue) = 37+46+115=198 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.69% from 198); Green value is 46 (18.36% from 255 or 23.23% from 198); Blue value is 115 (45.31% from 255 or 58.08% from 198); Max value from RGB is 115 - color contains mainly: blue. Hex color #252E73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252E73 is #DAD18C. Grayscale: #323232. Windows color (decimal): -14340493 or 7548453. OLE color: 7548453.

HSL color Cylindrical-coordinate representation of color #252E73: hue angle of 233.08º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #252E73 is Cyan = 0.68, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3746115-
CMYK0.680.600.55
HSL233.08º51.32%29.8%-
HSV(B)233.08º67.83%45.1%-
XYZ4.833.5916.66-
YUV51.18164.02117.89-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.69%
GREEN value IS 46 (18.36% from 255) = 23.23%
BLUE value IS 115 (45.31% from 255) = 58.08%
R=18.69%
G=23.23%
B=58.08%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal37461150.680.600.55233.0851.3229.8
Hex252E73443C037e9331e
Octal4556163104740673516336
Binary1001011011101110011100010011110001101111110100111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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