#2F3954

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

Shades of Biscay #2F3954

Tints of Biscay #2F3954

Color information

#2F3954 (or 0x2F3954) is unknown color: approx Biscay. HEX triplet: 2F, 39 and 54. RGB value is (47,57,84). Sum of RGB (Red+Green+Blue) = 47+57+84=188 (24% of max value = 765). Red value is 47 (18.75% from 255 or 25% from 188); Green value is 57 (22.66% from 255 or 30.32% from 188); Blue value is 84 (33.20% from 255 or 44.68% from 188); Max value from RGB is 84 - color contains mainly: blue. Hex color #2F3954 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F3954 is #D0C6AB. Grayscale: #383838. Windows color (decimal): -13682348 or 5519663. OLE color: 5519663.

HSL color Cylindrical-coordinate representation of color #2F3954: hue angle of 223.78º degrees, saturation: 0.28, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #2F3954 is Cyan = 0.44, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB475784-
CMYK0.440.3200.67
HSL223.78º28.24%25.69%-
HSV(B)223.78º44.05%32.94%-
XYZ4.244.178.97-
YUV57.09143.19120.8-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 25%
GREEN value IS 57 (22.66% from 255) = 30.32%
BLUE value IS 84 (33.20% from 255) = 44.68%
R=25%
G=30.32%
B=44.68%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4757840.440.3200.67223.7828.2425.69
Hex2F39542C20043e01c1a
Octal5771124544001033403432
Binary101111111001101010010110010000001000011111000001110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F3954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2F3954; }

 p { color: rgb(47,57,84); }

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

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

 a { background-color: rgb(47,57,84); }

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

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

 span { border-color: rgb(47,57,84); }

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