#252E8A

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

Shades of Torea Bay #252E8A

Tints of Torea Bay #252E8A

Color information

#252E8A (or 0x252E8A) is unknown color: approx Torea Bay. HEX triplet: 25, 2E and 8A. RGB value is (37,46,138). Sum of RGB (Red+Green+Blue) = 37+46+138=221 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.74% from 221); Green value is 46 (18.36% from 255 or 20.81% from 221); Blue value is 138 (54.30% from 255 or 62.44% from 221); Max value from RGB is 138 - color contains mainly: blue. Hex color #252E8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #252E8A is #DAD175. Grayscale: #353535. Windows color (decimal): -14340470 or 9055781. OLE color: 9055781.

HSL color Cylindrical-coordinate representation of color #252E8A: hue angle of 234.65º degrees, saturation: 0.58, 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 #252E8A is Cyan = 0.73, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB3746138-
CMYK0.730.6700.46
HSL234.65º57.71%34.31%-
HSV(B)234.65º73.19%54.12%-
XYZ6.334.1824.52-
YUV53.8175.52116.02-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.74%
GREEN value IS 46 (18.36% from 255) = 20.81%
BLUE value IS 138 (54.30% from 255) = 62.44%
R=16.74%
G=20.81%
B=62.44%

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
Decimal37461380.730.6700.46234.6557.7134.31
Hex252E8A494302Eeb3a22
Octal45562121111030563537242
Binary1001011011101000101010010011000011010111011101011111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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