#252C7D

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

Shades of Torea Bay #252C7D

Tints of Torea Bay #252C7D

Color information

#252C7D (or 0x252C7D) is unknown color: approx Torea Bay. HEX triplet: 25, 2C and 7D. RGB value is (37,44,125). Sum of RGB (Red+Green+Blue) = 37+44+125=206 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.96% from 206); Green value is 44 (17.58% from 255 or 21.36% from 206); Blue value is 125 (49.22% from 255 or 60.68% from 206); Max value from RGB is 125 - color contains mainly: blue. Hex color #252C7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252C7D is #DAD382. Grayscale: #323232. Windows color (decimal): -14340995 or 8203301. OLE color: 8203301.

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

Color convert

RGB3744125-
CMYK0.700.6500.51
HSL235.23º54.32%31.76%-
HSV(B)235.23º70.4%49.02%-
XYZ5.373.6819.83-
YUV51.14169.68117.91-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.96%
GREEN value IS 44 (17.58% from 255) = 21.36%
BLUE value IS 125 (49.22% from 255) = 60.68%
R=17.96%
G=21.36%
B=60.68%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal37441250.700.6500.51235.2354.3231.76
Hex252C7D4641033eb3620
Octal45541751061010633536640
Binary100101101100111110110001101000001011001111101011110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252C7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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