#252E86

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

Shades of Torea Bay #252E86

Tints of Torea Bay #252E86

Color information

#252E86 (or 0x252E86) is unknown color: approx Torea Bay. HEX triplet: 25, 2E and 86. RGB value is (37,46,134). Sum of RGB (Red+Green+Blue) = 37+46+134=217 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.05% from 217); Green value is 46 (18.36% from 255 or 21.20% from 217); Blue value is 134 (52.73% from 255 or 61.75% from 217); Max value from RGB is 134 - color contains mainly: blue. Hex color #252E86 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #252E86 is #DAD179. Grayscale: #343434. Windows color (decimal): -14340474 or 8793637. OLE color: 8793637.

HSL color Cylindrical-coordinate representation of color #252E86: hue angle of 234.43º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #252E86 is Cyan = 0.72, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB3746134-
CMYK0.720.6600.47
HSL234.43º56.73%33.53%-
HSV(B)234.43º72.39%52.55%-
XYZ6.044.0723.02-
YUV53.34173.52116.34-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.05%
GREEN value IS 46 (18.36% from 255) = 21.20%
BLUE value IS 134 (52.73% from 255) = 61.75%
R=17.05%
G=21.20%
B=61.75%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal37461340.720.6600.47234.4356.7333.53
Hex252E86484202Fea3922
Octal45562061101020573527142
Binary1001011011101000011010010001000010010111111101010111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252E86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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