#252C8A

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

Shades of Torea Bay #252C8A

Tints of Torea Bay #252C8A

Color information

#252C8A (or 0x252C8A) is unknown color: approx Torea Bay. HEX triplet: 25, 2C and 8A. RGB value is (37,44,138). Sum of RGB (Red+Green+Blue) = 37+44+138=219 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.89% from 219); Green value is 44 (17.58% from 255 or 20.09% from 219); Blue value is 138 (54.30% from 255 or 63.01% from 219); Max value from RGB is 138 - color contains mainly: blue. Hex color #252C8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #252C8A is #DAD375. Grayscale: #343434. Windows color (decimal): -14340982 or 9055269. OLE color: 9055269.

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

Color convert

RGB3744138-
CMYK0.730.6800.46
HSL235.84º57.71%34.31%-
HSV(B)235.84º73.19%54.12%-
XYZ6.254.0324.49-
YUV52.62176.18116.86-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.89%
GREEN value IS 44 (17.58% from 255) = 20.09%
BLUE value IS 138 (54.30% from 255) = 63.01%
R=16.89%
G=20.09%
B=63.01%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal37441380.730.6800.46235.8457.7134.31
Hex252C8A494402Eec3a22
Octal45542121111040563547242
Binary1001011011001000101010010011000100010111011101100111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252C8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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