#252D7D

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

Shades of Torea Bay #252D7D

Tints of Torea Bay #252D7D

Color information

#252D7D (or 0x252D7D) is unknown color: approx Torea Bay. HEX triplet: 25, 2D and 7D. RGB value is (37,45,125). Sum of RGB (Red+Green+Blue) = 37+45+125=207 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.87% from 207); Green value is 45 (17.97% from 255 or 21.74% from 207); Blue value is 125 (49.22% from 255 or 60.39% from 207); Max value from RGB is 125 - color contains mainly: blue. Hex color #252D7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252D7D is #DAD282. Grayscale: #333333. Windows color (decimal): -14340739 or 8203557. OLE color: 8203557.

HSL color Cylindrical-coordinate representation of color #252D7D: hue angle of 234.55º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #252D7D is Cyan = 0.70, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB3745125-
CMYK0.700.6400.51
HSL234.55º54.32%31.76%-
HSV(B)234.55º70.4%49.02%-
XYZ5.43.7519.84-
YUV51.73169.35117.5-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.87%
GREEN value IS 45 (17.97% from 255) = 21.74%
BLUE value IS 125 (49.22% from 255) = 60.39%
R=17.87%
G=21.74%
B=60.39%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal37451250.700.6400.51234.5554.3231.76
Hex252D7D4640033eb3620
Octal45551751061000633536640
Binary100101101101111110110001101000000011001111101011110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252D7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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