#252F84

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

Shades of Torea Bay #252F84

Tints of Torea Bay #252F84

Color information

#252F84 (or 0x252F84) is unknown color: approx Torea Bay. HEX triplet: 25, 2F and 84. RGB value is (37,47,132). Sum of RGB (Red+Green+Blue) = 37+47+132=216 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.13% from 216); Green value is 47 (18.75% from 255 or 21.76% from 216); Blue value is 132 (51.95% from 255 or 61.11% from 216); Max value from RGB is 132 - color contains mainly: blue. Hex color #252F84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #252F84 is #DAD07B. Grayscale: #353535. Windows color (decimal): -14340220 or 8662821. OLE color: 8662821.

HSL color Cylindrical-coordinate representation of color #252F84: hue angle of 233.68º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #252F84 is Cyan = 0.72, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB3747132-
CMYK0.720.6400.48
HSL233.68º56.21%33.14%-
HSV(B)233.68º71.97%51.76%-
XYZ5.944.0922.31-
YUV53.7172.19116.09-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.13%
GREEN value IS 47 (18.75% from 255) = 21.76%
BLUE value IS 132 (51.95% from 255) = 61.11%
R=17.13%
G=21.76%
B=61.11%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal37471320.720.6400.48233.6856.2133.14
Hex252F844840030ea3821
Octal45572041101000603527041
Binary1001011011111000010010010001000000011000011101010111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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