#252D8B

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

Shades of Torea Bay #252D8B

Tints of Torea Bay #252D8B

Color information

#252D8B (or 0x252D8B) is unknown color: approx Torea Bay. HEX triplet: 25, 2D and 8B. RGB value is (37,45,139). Sum of RGB (Red+Green+Blue) = 37+45+139=221 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.74% from 221); Green value is 45 (17.97% from 255 or 20.36% from 221); Blue value is 139 (54.69% from 255 or 62.90% from 221); Max value from RGB is 139 - color contains mainly: blue. Hex color #252D8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #252D8B is #DAD274. Grayscale: #343434. Windows color (decimal): -14340725 or 9121061. OLE color: 9121061.

HSL color Cylindrical-coordinate representation of color #252D8B: hue angle of 235.29º 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 #252D8B is Cyan = 0.73, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB3745139-
CMYK0.730.6800.45
HSL235.29º57.95%34.51%-
HSV(B)235.29º73.38%54.51%-
XYZ6.364.1324.89-
YUV53.32176.35116.36-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.74%
GREEN value IS 45 (17.97% from 255) = 20.36%
BLUE value IS 139 (54.69% from 255) = 62.90%
R=16.74%
G=20.36%
B=62.90%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal37451390.730.6800.45235.2957.9534.51
Hex252D8B494402Deb3a23
Octal45552131111040553537243
Binary1001011011011000101110010011000100010110111101011111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252D8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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