#252F72

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

Shades of Torea Bay #252F72

Tints of Torea Bay #252F72

Color information

#252F72 (or 0x252F72) is unknown color: approx Torea Bay. HEX triplet: 25, 2F and 72. RGB value is (37,47,114). Sum of RGB (Red+Green+Blue) = 37+47+114=198 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.69% from 198); Green value is 47 (18.75% from 255 or 23.74% from 198); Blue value is 114 (44.92% from 255 or 57.58% from 198); Max value from RGB is 114 - color contains mainly: blue. Hex color #252F72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252F72 is #DAD08D. Grayscale: #333333. Windows color (decimal): -14340238 or 7483173. OLE color: 7483173.

HSL color Cylindrical-coordinate representation of color #252F72: hue angle of 232.21º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #252F72 is Cyan = 0.68, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3747114-
CMYK0.680.5900.55
HSL232.21º50.99%29.61%-
HSV(B)232.21º67.54%44.71%-
XYZ4.823.6416.37-
YUV51.65163.19117.55-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.69%
GREEN value IS 47 (18.75% from 255) = 23.74%
BLUE value IS 114 (44.92% from 255) = 57.58%
R=18.69%
G=23.74%
B=57.58%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal37471140.680.5900.55232.2150.9929.61
Hex252F72443B037e8331e
Octal4557162104730673506336
Binary1001011011111110010100010011101101101111110100011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,47,114); }

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

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

 a { background-color: rgb(37,47,114); }

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

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

 span { border-color: rgb(37,47,114); }

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