#252C7F

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

Shades of Torea Bay #252C7F

Tints of Torea Bay #252C7F

Color information

#252C7F (or 0x252C7F) is unknown color: approx Torea Bay. HEX triplet: 25, 2C and 7F. RGB value is (37,44,127). Sum of RGB (Red+Green+Blue) = 37+44+127=208 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.79% from 208); Green value is 44 (17.58% from 255 or 21.15% from 208); Blue value is 127 (50% from 255 or 61.06% from 208); Max value from RGB is 127 - color contains mainly: blue. Hex color #252C7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252C7F is #DAD380. Grayscale: #333333. Windows color (decimal): -14340993 or 8334373. OLE color: 8334373.

HSL color Cylindrical-coordinate representation of color #252C7F: hue angle of 235.33º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #252C7F is Cyan = 0.71, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB3744127-
CMYK0.710.6500.50
HSL235.33º54.88%32.16%-
HSV(B)235.33º70.87%49.8%-
XYZ5.493.7320.51-
YUV51.37170.68117.75-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.79%
GREEN value IS 44 (17.58% from 255) = 21.15%
BLUE value IS 127 (50% from 255) = 61.06%
R=17.79%
G=21.15%
B=61.06%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal37441270.710.6500.50235.3354.8832.16
Hex252C7F4741032eb3720
Octal45541771071010623536740
Binary100101101100111111110001111000001011001011101011110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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