#2F3952

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

Shades of Biscay #2F3952

Tints of Biscay #2F3952

Color information

#2F3952 (or 0x2F3952) is unknown color: approx Biscay. HEX triplet: 2F, 39 and 52. RGB value is (47,57,82). Sum of RGB (Red+Green+Blue) = 47+57+82=186 (24% of max value = 765). Red value is 47 (18.75% from 255 or 25.27% from 186); Green value is 57 (22.66% from 255 or 30.65% from 186); Blue value is 82 (32.42% from 255 or 44.09% from 186); Max value from RGB is 82 - color contains mainly: blue. Hex color #2F3952 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F3952 is #D0C6AD. Grayscale: #383838. Windows color (decimal): -13682350 or 5388591. OLE color: 5388591.

HSL color Cylindrical-coordinate representation of color #2F3952: hue angle of 222.86º degrees, saturation: 0.27, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #2F3952 is Cyan = 0.43, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB475782-
CMYK0.430.3000.68
HSL222.86º27.13%25.29%-
HSV(B)222.86º42.68%32.16%-
XYZ4.164.148.56-
YUV56.86142.19120.97-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 25.27%
GREEN value IS 57 (22.66% from 255) = 30.65%
BLUE value IS 82 (32.42% from 255) = 44.09%
R=25.27%
G=30.65%
B=44.09%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4757820.430.3000.68222.8627.1325.29
Hex2F39522B1E044df1b19
Octal5771122533601043373331
Binary10111111100110100101010111111001000100110111111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F3952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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