#252E7D

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

Shades of Torea Bay #252E7D

Tints of Torea Bay #252E7D

Color information

#252E7D (or 0x252E7D) is unknown color: approx Torea Bay. HEX triplet: 25, 2E and 7D. RGB value is (37,46,125). Sum of RGB (Red+Green+Blue) = 37+46+125=208 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.79% from 208); Green value is 46 (18.36% from 255 or 22.12% from 208); Blue value is 125 (49.22% from 255 or 60.10% from 208); Max value from RGB is 125 - color contains mainly: blue. Hex color #252E7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252E7D is #DAD182. Grayscale: #333333. Windows color (decimal): -14340483 or 8203813. OLE color: 8203813.

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

Color convert

RGB3746125-
CMYK0.700.6300.51
HSL233.86º54.32%31.76%-
HSV(B)233.86º70.4%49.02%-
XYZ5.443.8319.85-
YUV52.32169.02117.08-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.79%
GREEN value IS 46 (18.36% from 255) = 22.12%
BLUE value IS 125 (49.22% from 255) = 60.10%
R=17.79%
G=22.12%
B=60.10%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal37461250.700.6300.51233.8654.3231.76
Hex252E7D463F033ea3620
Octal4556175106770633526640
Binary10010110111011111011000110111111011001111101010110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252E7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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