#293457

Color #293457 Biscay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Biscay #293457

Tints of Biscay #293457

Color information

#293457 (or 0x293457) is unknown color: approx Biscay. HEX triplet: 29, 34 and 57. RGB value is (41,52,87). Sum of RGB (Red+Green+Blue) = 41+52+87=180 (23% of max value = 765). Red value is 41 (16.41% from 255 or 22.78% from 180); Green value is 52 (20.70% from 255 or 28.89% from 180); Blue value is 87 (34.38% from 255 or 48.33% from 180); Max value from RGB is 87 - color contains mainly: blue. Hex color #293457 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293457 is #D6CBA8. Grayscale: #343434. Windows color (decimal): -14076841 or 5714985. OLE color: 5714985.

HSL color Cylindrical-coordinate representation of color #293457: hue angle of 225.65º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #293457 is Cyan = 0.53, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB415287-
CMYK0.530.4000.66
HSL225.65º35.94%25.1%-
HSV(B)225.65º52.87%34.12%-
XYZ3.863.629.51-
YUV52.7147.36119.65-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 22.78%
GREEN value IS 52 (20.70% from 255) = 28.89%
BLUE value IS 87 (34.38% from 255) = 48.33%
R=22.78%
G=28.89%
B=48.33%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4152870.530.4000.66225.6535.9425.1
Hex2934573528042e22419
Octal5164127655001023424431
Binary1010011101001010111110101101000010000101110001010010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293457; }

 p { color: rgb(41,52,87); }

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

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

 a { background-color: rgb(41,52,87); }

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

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

 span { border-color: rgb(41,52,87); }

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