#252A8E

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

Shades of Torea Bay #252A8E

Tints of Torea Bay #252A8E

Color information

#252A8E (or 0x252A8E) is unknown color: approx Torea Bay. HEX triplet: 25, 2A and 8E. RGB value is (37,42,142). Sum of RGB (Red+Green+Blue) = 37+42+142=221 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.74% from 221); Green value is 42 (16.80% from 255 or 19.00% from 221); Blue value is 142 (55.86% from 255 or 64.25% from 221); Max value from RGB is 142 - color contains mainly: blue. Hex color #252A8E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #252A8E is #DAD571. Grayscale: #333333. Windows color (decimal): -14341490 or 9316901. OLE color: 9316901.

HSL color Cylindrical-coordinate representation of color #252A8E: hue angle of 237.14º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #252A8E is Cyan = 0.74, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB3742142-
CMYK0.740.7000.44
HSL237.14º58.66%35.1%-
HSV(B)237.14º73.94%55.69%-
XYZ6.47426.02-
YUV51.9178.84117.37-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.74%
GREEN value IS 42 (16.80% from 255) = 19.00%
BLUE value IS 142 (55.86% from 255) = 64.25%
R=16.74%
G=19.00%
B=64.25%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal37421420.740.7000.44237.1458.6635.1
Hex252A8E4A4602Ced3b23
Octal45522161121060543557343
Binary1001011010101000111010010101000110010110011101101111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,42,142); }

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

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

 a { background-color: rgb(37,42,142); }

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

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

 span { border-color: rgb(37,42,142); }

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