#252F8B

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

Shades of Torea Bay #252F8B

Tints of Torea Bay #252F8B

Color information

#252F8B (or 0x252F8B) is unknown color: approx Torea Bay. HEX triplet: 25, 2F and 8B. RGB value is (37,47,139). Sum of RGB (Red+Green+Blue) = 37+47+139=223 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.59% from 223); Green value is 47 (18.75% from 255 or 21.08% from 223); Blue value is 139 (54.69% from 255 or 62.33% from 223); Max value from RGB is 139 - color contains mainly: blue. Hex color #252F8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #252F8B is #DAD074. Grayscale: #363636. Windows color (decimal): -14340213 or 9121573. OLE color: 9121573.

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

Color convert

RGB3747139-
CMYK0.730.6600.45
HSL234.12º57.95%34.51%-
HSV(B)234.12º73.38%54.51%-
XYZ6.444.2924.91-
YUV54.5175.69115.52-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.59%
GREEN value IS 47 (18.75% from 255) = 21.08%
BLUE value IS 139 (54.69% from 255) = 62.33%
R=16.59%
G=21.08%
B=62.33%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal37471390.730.6600.45234.1257.9534.51
Hex252F8B494202Dea3a23
Octal45572131111020553527243
Binary1001011011111000101110010011000010010110111101010111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,47,139); }

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

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

 a { background-color: rgb(37,47,139); }

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

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

 span { border-color: rgb(37,47,139); }

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