#252E8B

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

Shades of Torea Bay #252E8B

Tints of Torea Bay #252E8B

Color information

#252E8B (or 0x252E8B) is unknown color: approx Torea Bay. HEX triplet: 25, 2E and 8B. RGB value is (37,46,139). Sum of RGB (Red+Green+Blue) = 37+46+139=222 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.67% from 222); Green value is 46 (18.36% from 255 or 20.72% from 222); Blue value is 139 (54.69% from 255 or 62.61% from 222); Max value from RGB is 139 - color contains mainly: blue. Hex color #252E8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #252E8B is #DAD174. Grayscale: #353535. Windows color (decimal): -14340469 or 9121317. OLE color: 9121317.

HSL color Cylindrical-coordinate representation of color #252E8B: hue angle of 234.71º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #252E8B is Cyan = 0.73, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB3746139-
CMYK0.730.6700.45
HSL234.71º57.95%34.51%-
HSV(B)234.71º73.38%54.51%-
XYZ6.44.2124.9-
YUV53.91176.02115.94-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.67%
GREEN value IS 46 (18.36% from 255) = 20.72%
BLUE value IS 139 (54.69% from 255) = 62.61%
R=16.67%
G=20.72%
B=62.61%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal37461390.730.6700.45234.7157.9534.51
Hex252E8B494302Deb3a23
Octal45562131111030553537243
Binary1001011011101000101110010011000011010110111101011111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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