Html Css Color HEX #2F3A51 Biscay

📋 copy color: '#2F3A51'

red 47 ◦ green 58 ◦ blue 81

#2F3A51
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Biscay #2F3A51

Tints of Biscay #2F3A51

RGB

 RED value IS 47 (18.75% from 255) = 25.27%

 GREEN value IS 58 (23.05% from 255) = 31.18%

 BLUE value IS 81 (32.03% from 255) = 43.55%

R = 25.27%
G = 31.18%
B = 43.55%

CMYK

 C value IS 0.42

 M value IS 0.28

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#2F3A51 (or 0x2F3A51) is known color: Biscay. HEX triplet: 2F, 3A and 51. RGB value is (47,58,81). Sum of RGB (Red+Green+Blue) = 47+58+81=186 (24% of max value = 765). Red value is 47 (18.75% from 255 or 25.27% from 186); Green value is 58 (23.05% from 255 or 31.18% from 186); Blue value is 81 (32.03% from 255 or 43.55% from 186); Max value from RGB is 81 - color contains mainly: blue. Hex color #2F3A51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F3A51 is #D0C5AE. Grayscale: #393939. Windows color (decimal): -13682095 or 5323311. OLE color: 5323311.

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

Color convert

RGB 47 58 81 -
CMYK 0.42 0.28 0 0.68
HSL 220.59º 0.27% 0.25% -
HSV(B) 220.59º 0.42% 0.32% -
XYZ 4.17 4.22 8.38 -
YUV 57.33 141.36 120.63 -
System Red Green Blue C M Y K H S L
Decimal 47 58 81 0.42 0.28 0 0.68 220.59 0.27 0.25
Hex 2F 3A 51 2A 1C 0 44 DD 1B 19
Octal 57 72 121 52 34 0 104 335 33 31
Binary 101111 111010 1010001 101010 11100 0 1000100 11011101 11011 11001

Color Harmonies of #2F3A51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F3A51

Black with #2F3A51

Text Example


Text Example

White with #2F3A51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,58,81); }

 H1.HeaderClassName
 {
   color: #2F3A51;
 }
 .AnyTagClassName
 {
   color: #2F3A51;
 }
</style>

background-color css

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

 a { background-color: rgb(47,58,81); }

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

border-color css

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

 span { border-color: rgb(47,58,81); }

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