#252C83

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

Shades of Torea Bay #252C83

Tints of Torea Bay #252C83

Color information

#252C83 (or 0x252C83) is unknown color: approx Torea Bay. HEX triplet: 25, 2C and 83. RGB value is (37,44,131). Sum of RGB (Red+Green+Blue) = 37+44+131=212 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.45% from 212); Green value is 44 (17.58% from 255 or 20.75% from 212); Blue value is 131 (51.56% from 255 or 61.79% from 212); Max value from RGB is 131 - color contains mainly: blue. Hex color #252C83 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #252C83 is #DAD37C. Grayscale: #333333. Windows color (decimal): -14340989 or 8596517. OLE color: 8596517.

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

Color convert

RGB3744131-
CMYK0.720.6600.49
HSL235.53º55.95%32.94%-
HSV(B)235.53º71.76%51.37%-
XYZ5.763.8321.91-
YUV51.82172.68117.43-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.45%
GREEN value IS 44 (17.58% from 255) = 20.75%
BLUE value IS 131 (51.56% from 255) = 61.79%
R=17.45%
G=20.75%
B=61.79%

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
Decimal37441310.720.6600.49235.5355.9532.94
Hex252C834842031ec3821
Octal45542031101020613547041
Binary1001011011001000001110010001000010011000111101100111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252C83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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