#252C78

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

Shades of Torea Bay #252C78

Tints of Torea Bay #252C78

Color information

#252C78 (or 0x252C78) is unknown color: approx Torea Bay. HEX triplet: 25, 2C and 78. RGB value is (37,44,120). Sum of RGB (Red+Green+Blue) = 37+44+120=201 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.41% from 201); Green value is 44 (17.58% from 255 or 21.89% from 201); Blue value is 120 (47.27% from 255 or 59.70% from 201); Max value from RGB is 120 - color contains mainly: blue. Hex color #252C78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252C78 is #DAD387. Grayscale: #323232. Windows color (decimal): -14341000 or 7875621. OLE color: 7875621.

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

Color convert

RGB3744120-
CMYK0.690.6300.53
HSL234.94º52.87%30.78%-
HSV(B)234.94º69.17%47.06%-
XYZ5.053.5518.19-
YUV50.57167.18118.32-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.41%
GREEN value IS 44 (17.58% from 255) = 21.89%
BLUE value IS 120 (47.27% from 255) = 59.70%
R=18.41%
G=21.89%
B=59.70%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal37441200.690.6300.53234.9452.8730.78
Hex252C78453F035eb351f
Octal4554170105770653536537
Binary1001011011001111000100010111111101101011110101111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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