#252B7D

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

Shades of Torea Bay #252B7D

Tints of Torea Bay #252B7D

Color information

#252B7D (or 0x252B7D) is unknown color: approx Torea Bay. HEX triplet: 25, 2B and 7D. RGB value is (37,43,125). Sum of RGB (Red+Green+Blue) = 37+43+125=205 (27% of max value = 765). Red value is 37 (14.84% from 255 or 18.05% from 205); Green value is 43 (17.19% from 255 or 20.98% from 205); Blue value is 125 (49.22% from 255 or 60.98% from 205); Max value from RGB is 125 - color contains mainly: blue. Hex color #252B7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252B7D is #DAD482. Grayscale: #323232. Windows color (decimal): -14341251 or 8203045. OLE color: 8203045.

HSL color Cylindrical-coordinate representation of color #252B7D: hue angle of 235.91º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #252B7D is Cyan = 0.70, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB3743125-
CMYK0.700.6600.51
HSL235.91º54.32%31.76%-
HSV(B)235.91º70.4%49.02%-
XYZ5.333.619.82-
YUV50.55170.01118.33-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.05%
GREEN value IS 43 (17.19% from 255) = 20.98%
BLUE value IS 125 (49.22% from 255) = 60.98%
R=18.05%
G=20.98%
B=60.98%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal37431250.700.6600.51235.9154.3231.76
Hex252B7D4642033ec3620
Octal45531751061020633546640
Binary100101101011111110110001101000010011001111101100110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252B7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,43,125); }

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

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

 a { background-color: rgb(37,43,125); }

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

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

 span { border-color: rgb(37,43,125); }

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