#252D76

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

Shades of Torea Bay #252D76

Tints of Torea Bay #252D76

Color information

#252D76 (or 0x252D76) is unknown color: approx Torea Bay. HEX triplet: 25, 2D and 76. RGB value is (37,45,118). Sum of RGB (Red+Green+Blue) = 37+45+118=200 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.5% from 200); Green value is 45 (17.97% from 255 or 22.5% from 200); Blue value is 118 (46.48% from 255 or 59% from 200); Max value from RGB is 118 - color contains mainly: blue. Hex color #252D76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252D76 is #DAD289. Grayscale: #323232. Windows color (decimal): -14340746 or 7744805. OLE color: 7744805.

HSL color Cylindrical-coordinate representation of color #252D76: hue angle of 234.07º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #252D76 is Cyan = 0.69, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3745118-
CMYK0.690.6200.54
HSL234.07º52.26%30.39%-
HSV(B)234.07º68.64%46.27%-
XYZ4.973.5817.57-
YUV50.93165.85118.06-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.5%
GREEN value IS 45 (17.97% from 255) = 22.5%
BLUE value IS 118 (46.48% from 255) = 59%
R=18.5%
G=22.5%
B=59%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal37451180.690.6200.54234.0752.2630.39
Hex252D76453E036ea341e
Octal4555166105760663526436
Binary1001011011011110110100010111111001101101110101011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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