#252D89

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

Shades of Torea Bay #252D89

Tints of Torea Bay #252D89

Color information

#252D89 (or 0x252D89) is unknown color: approx Torea Bay. HEX triplet: 25, 2D and 89. RGB value is (37,45,137). Sum of RGB (Red+Green+Blue) = 37+45+137=219 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.89% from 219); Green value is 45 (17.97% from 255 or 20.55% from 219); Blue value is 137 (53.91% from 255 or 62.56% from 219); Max value from RGB is 137 - color contains mainly: blue. Hex color #252D89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #252D89 is #DAD276. Grayscale: #343434. Windows color (decimal): -14340727 or 8989989. OLE color: 8989989.

HSL color Cylindrical-coordinate representation of color #252D89: hue angle of 235.2º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #252D89 is Cyan = 0.73, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB3745137-
CMYK0.730.6700.46
HSL235.2º57.47%34.12%-
HSV(B)235.2º72.99%53.73%-
XYZ6.224.0824.13-
YUV53.1175.35116.52-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.89%
GREEN value IS 45 (17.97% from 255) = 20.55%
BLUE value IS 137 (53.91% from 255) = 62.56%
R=16.89%
G=20.55%
B=62.56%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal37451370.730.6700.46235.257.4734.12
Hex252D89494302Eeb3922
Octal45552111111030563537142
Binary1001011011011000100110010011000011010111011101011111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252D89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,45,137); }

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

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

 a { background-color: rgb(37,45,137); }

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

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

 span { border-color: rgb(37,45,137); }

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