#252A8C

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

Shades of Torea Bay #252A8C

Tints of Torea Bay #252A8C

Color information

#252A8C (or 0x252A8C) is unknown color: approx Torea Bay. HEX triplet: 25, 2A and 8C. RGB value is (37,42,140). Sum of RGB (Red+Green+Blue) = 37+42+140=219 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.89% from 219); Green value is 42 (16.80% from 255 or 19.18% from 219); Blue value is 140 (55.08% from 255 or 63.93% from 219); Max value from RGB is 140 - color contains mainly: blue. Hex color #252A8C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #252A8C is #DAD573. Grayscale: #333333. Windows color (decimal): -14341492 or 9185829. OLE color: 9185829.

HSL color Cylindrical-coordinate representation of color #252A8C: hue angle of 237.09º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #252A8C is Cyan = 0.74, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB3742140-
CMYK0.740.700.45
HSL237.09º58.19%34.71%-
HSV(B)237.09º73.57%54.9%-
XYZ6.323.9425.24-
YUV51.68177.84117.53-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.89%
GREEN value IS 42 (16.80% from 255) = 19.18%
BLUE value IS 140 (55.08% from 255) = 63.93%
R=16.89%
G=19.18%
B=63.93%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.7
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal37421400.740.700.45237.0958.1934.71
Hex252A8C4A4602Ded3a23
Octal45522141121060553557243
Binary1001011010101000110010010101000110010110111101101111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252A8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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