#252C79

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

Shades of Torea Bay #252C79

Tints of Torea Bay #252C79

Color information

#252C79 (or 0x252C79) is unknown color: approx Torea Bay. HEX triplet: 25, 2C and 79. RGB value is (37,44,121). Sum of RGB (Red+Green+Blue) = 37+44+121=202 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.32% from 202); Green value is 44 (17.58% from 255 or 21.78% from 202); Blue value is 121 (47.66% from 255 or 59.90% from 202); Max value from RGB is 121 - color contains mainly: blue. Hex color #252C79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252C79 is #DAD386. Grayscale: #323232. Windows color (decimal): -14340999 or 7941157. OLE color: 7941157.

HSL color Cylindrical-coordinate representation of color #252C79: hue angle of 235º 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 #252C79 is Cyan = 0.69, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3744121-
CMYK0.690.6400.53
HSL235º53.16%30.98%-
HSV(B)235º69.42%47.45%-
XYZ5.113.5818.51-
YUV50.68167.68118.24-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.32%
GREEN value IS 44 (17.58% from 255) = 21.78%
BLUE value IS 121 (47.66% from 255) = 59.90%
R=18.32%
G=21.78%
B=59.90%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal37441210.690.6400.5323553.1630.98
Hex252C794540035eb351f
Octal45541711051000653536537
Binary10010110110011110011000101100000001101011110101111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252C79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,44,121); }

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

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

 a { background-color: rgb(37,44,121); }

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

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

 span { border-color: rgb(37,44,121); }

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