#252D83

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

Shades of Torea Bay #252D83

Tints of Torea Bay #252D83

Color information

#252D83 (or 0x252D83) is unknown color: approx Torea Bay. HEX triplet: 25, 2D and 83. RGB value is (37,45,131). Sum of RGB (Red+Green+Blue) = 37+45+131=213 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.37% from 213); Green value is 45 (17.97% from 255 or 21.13% from 213); Blue value is 131 (51.56% from 255 or 61.50% from 213); Max value from RGB is 131 - color contains mainly: blue. Hex color #252D83 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #252D83 is #DAD27C. Grayscale: #343434. Windows color (decimal): -14340733 or 8596773. OLE color: 8596773.

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

Color convert

RGB3745131-
CMYK0.720.6600.49
HSL234.89º55.95%32.94%-
HSV(B)234.89º71.76%51.37%-
XYZ5.83.9121.92-
YUV52.41172.35117.01-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.37%
GREEN value IS 45 (17.97% from 255) = 21.13%
BLUE value IS 131 (51.56% from 255) = 61.50%
R=17.37%
G=21.13%
B=61.50%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal37451310.720.6600.49234.8955.9532.94
Hex252D834842031eb3821
Octal45552031101020613537041
Binary1001011011011000001110010001000010011000111101011111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252D83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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