#252D88

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

Shades of Torea Bay #252D88

Tints of Torea Bay #252D88

Color information

#252D88 (or 0x252D88) is unknown color: approx Torea Bay. HEX triplet: 25, 2D and 88. RGB value is (37,45,136). Sum of RGB (Red+Green+Blue) = 37+45+136=218 (28% of max value = 765). Red value is 37 (14.84% from 255 or 16.97% from 218); Green value is 45 (17.97% from 255 or 20.64% from 218); Blue value is 136 (53.52% from 255 or 62.39% from 218); Max value from RGB is 136 - color contains mainly: blue. Hex color #252D88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #252D88 is #DAD277. Grayscale: #343434. Windows color (decimal): -14340728 or 8924453. OLE color: 8924453.

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

Color convert

RGB3745136-
CMYK0.730.6700.47
HSL235.15º57.23%33.92%-
HSV(B)235.15º72.79%53.33%-
XYZ6.154.0523.75-
YUV52.98174.85116.6-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.97%
GREEN value IS 45 (17.97% from 255) = 20.64%
BLUE value IS 136 (53.52% from 255) = 62.39%
R=16.97%
G=20.64%
B=62.39%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal37451360.730.6700.47235.1557.2333.92
Hex252D88494302Feb3922
Octal45552101111030573537142
Binary1001011011011000100010010011000011010111111101011111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252D88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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