#252D75

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

Shades of Torea Bay #252D75

Tints of Torea Bay #252D75

Color information

#252D75 (or 0x252D75) is unknown color: approx Torea Bay. HEX triplet: 25, 2D and 75. RGB value is (37,45,117). Sum of RGB (Red+Green+Blue) = 37+45+117=199 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.59% from 199); Green value is 45 (17.97% from 255 or 22.61% from 199); Blue value is 117 (46.09% from 255 or 58.79% from 199); Max value from RGB is 117 - color contains mainly: blue. Hex color #252D75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252D75 is #DAD28A. Grayscale: #323232. Windows color (decimal): -14340747 or 7679269. OLE color: 7679269.

HSL color Cylindrical-coordinate representation of color #252D75: hue angle of 234º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #252D75 is Cyan = 0.68, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3745117-
CMYK0.680.6200.54
HSL234º51.95%30.2%-
HSV(B)234º68.38%45.88%-
XYZ4.913.5517.26-
YUV50.82165.35118.15-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.59%
GREEN value IS 45 (17.97% from 255) = 22.61%
BLUE value IS 117 (46.09% from 255) = 58.79%
R=18.59%
G=22.61%
B=58.79%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal37451170.680.6200.5423451.9530.2
Hex252D75443E036ea341e
Octal4555165104760663526436
Binary1001011011011110101100010011111001101101110101011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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