#252D8C

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

Shades of Torea Bay #252D8C

Tints of Torea Bay #252D8C

Color information

#252D8C (or 0x252D8C) is unknown color: approx Torea Bay. HEX triplet: 25, 2D and 8C. RGB value is (37,45,140). Sum of RGB (Red+Green+Blue) = 37+45+140=222 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.67% from 222); Green value is 45 (17.97% from 255 or 20.27% from 222); Blue value is 140 (55.08% from 255 or 63.06% from 222); Max value from RGB is 140 - color contains mainly: blue. Hex color #252D8C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #252D8C is #DAD273. Grayscale: #353535. Windows color (decimal): -14340724 or 9186597. OLE color: 9186597.

HSL color Cylindrical-coordinate representation of color #252D8C: hue angle of 235.34º 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 #252D8C is Cyan = 0.74, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB3745140-
CMYK0.740.6800.45
HSL235.34º58.19%34.71%-
HSV(B)235.34º73.57%54.9%-
XYZ6.434.1625.28-
YUV53.44176.85116.28-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.67%
GREEN value IS 45 (17.97% from 255) = 20.27%
BLUE value IS 140 (55.08% from 255) = 63.06%
R=16.67%
G=20.27%
B=63.06%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal37451400.740.6800.45235.3458.1934.71
Hex252D8C4A4402Deb3a23
Octal45552141121040553537243
Binary1001011011011000110010010101000100010110111101011111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252D8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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