#252D77

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

Shades of Torea Bay #252D77

Tints of Torea Bay #252D77

Color information

#252D77 (or 0x252D77) is unknown color: approx Torea Bay. HEX triplet: 25, 2D and 77. RGB value is (37,45,119). Sum of RGB (Red+Green+Blue) = 37+45+119=201 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.41% from 201); Green value is 45 (17.97% from 255 or 22.39% from 201); Blue value is 119 (46.88% from 255 or 59.20% from 201); Max value from RGB is 119 - color contains mainly: blue. Hex color #252D77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252D77 is #DAD288. Grayscale: #323232. Windows color (decimal): -14340745 or 7810341. OLE color: 7810341.

HSL color Cylindrical-coordinate representation of color #252D77: hue angle of 234.15º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #252D77 is Cyan = 0.69, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3745119-
CMYK0.690.6200.53
HSL234.15º52.56%30.59%-
HSV(B)234.15º68.91%46.67%-
XYZ5.033.617.88-
YUV51.04166.35117.98-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.41%
GREEN value IS 45 (17.97% from 255) = 22.39%
BLUE value IS 119 (46.88% from 255) = 59.20%
R=18.41%
G=22.39%
B=59.20%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal37451190.690.6200.53234.1552.5630.59
Hex252D77453E035ea351f
Octal4555167105760653526537
Binary1001011011011110111100010111111001101011110101011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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