#2F3B54

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

Shades of Biscay #2F3B54

Tints of Biscay #2F3B54

Color information

#2F3B54 (or 0x2F3B54) is unknown color: approx Biscay. HEX triplet: 2F, 3B and 54. RGB value is (47,59,84). Sum of RGB (Red+Green+Blue) = 47+59+84=190 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.74% from 190); Green value is 59 (23.44% from 255 or 31.05% from 190); Blue value is 84 (33.20% from 255 or 44.21% from 190); Max value from RGB is 84 - color contains mainly: blue. Hex color #2F3B54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F3B54 is #D0C4AB. Grayscale: #3A3A3A. Windows color (decimal): -13681836 or 5520175. OLE color: 5520175.

HSL color Cylindrical-coordinate representation of color #2F3B54: hue angle of 220.54º 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 #2F3B54 is Cyan = 0.44, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB475984-
CMYK0.440.3000.67
HSL220.54º28.24%25.69%-
HSV(B)220.54º44.05%32.94%-
XYZ4.344.379-
YUV58.26142.52119.97-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 24.74%
GREEN value IS 59 (23.44% from 255) = 31.05%
BLUE value IS 84 (33.20% from 255) = 44.21%
R=24.74%
G=31.05%
B=44.21%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4759840.440.3000.67220.5428.2425.69
Hex2F3B542C1E043dd1c1a
Octal5773124543601033353432
Binary10111111101110101001011001111001000011110111011110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F3B54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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