#252B80

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

Shades of Torea Bay #252B80

Tints of Torea Bay #252B80

Color information

#252B80 (or 0x252B80) is unknown color: approx Torea Bay. HEX triplet: 25, 2B and 80. RGB value is (37,43,128). Sum of RGB (Red+Green+Blue) = 37+43+128=208 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.79% from 208); Green value is 43 (17.19% from 255 or 20.67% from 208); Blue value is 128 (50.39% from 255 or 61.54% from 208); Max value from RGB is 128 - color contains mainly: blue. Hex color #252B80 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #252B80 is #DAD47F. Grayscale: #323232. Windows color (decimal): -14341248 or 8399653. OLE color: 8399653.

HSL color Cylindrical-coordinate representation of color #252B80: hue angle of 236.04º 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 #252B80 is Cyan = 0.71, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB3743128-
CMYK0.710.6600.50
HSL236.04º55.15%32.35%-
HSV(B)236.04º71.09%50.2%-
XYZ5.523.6820.84-
YUV50.9171.51118.09-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.79%
GREEN value IS 43 (17.19% from 255) = 20.67%
BLUE value IS 128 (50.39% from 255) = 61.54%
R=17.79%
G=20.67%
B=61.54%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal37431280.710.6600.50236.0455.1532.35
Hex252B804742032ec3720
Octal45532001071020623546740
Binary1001011010111000000010001111000010011001011101100110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,43,128); }

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

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

 a { background-color: rgb(37,43,128); }

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

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

 span { border-color: rgb(37,43,128); }

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