#252E8E

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

Shades of Torea Bay #252E8E

Tints of Torea Bay #252E8E

Color information

#252E8E (or 0x252E8E) is unknown color: approx Torea Bay. HEX triplet: 25, 2E and 8E. RGB value is (37,46,142). Sum of RGB (Red+Green+Blue) = 37+46+142=225 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.44% from 225); Green value is 46 (18.36% from 255 or 20.44% from 225); Blue value is 142 (55.86% from 255 or 63.11% from 225); Max value from RGB is 142 - color contains mainly: blue. Hex color #252E8E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #252E8E is #DAD171. Grayscale: #353535. Windows color (decimal): -14340466 or 9317925. OLE color: 9317925.

HSL color Cylindrical-coordinate representation of color #252E8E: hue angle of 234.86º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #252E8E is Cyan = 0.74, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB3746142-
CMYK0.740.6800.44
HSL234.86º58.66%35.1%-
HSV(B)234.86º73.94%55.69%-
XYZ6.624.326.07-
YUV54.25177.52115.69-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.44%
GREEN value IS 46 (18.36% from 255) = 20.44%
BLUE value IS 142 (55.86% from 255) = 63.11%
R=16.44%
G=20.44%
B=63.11%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal37461420.740.6800.44234.8658.6635.1
Hex252E8E4A4402Ceb3b23
Octal45562161121040543537343
Binary1001011011101000111010010101000100010110011101011111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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