Html Css Color HEX #2F3C51 Biscay

📋 copy color: '#2F3C51'

red 47 ◦ green 60 ◦ blue 81

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

Shades of Biscay #2F3C51

Tints of Biscay #2F3C51

RGB

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

 GREEN value IS 60 (23.83% from 255) = 31.91%

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

R = 25%
G = 31.91%
B = 43.09%

CMYK

 C value IS 0.42

 M value IS 0.26

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#2F3C51 (or 0x2F3C51) is known color: Biscay. HEX triplet: 2F, 3C and 51. RGB value is (47,60,81). Sum of RGB (Red+Green+Blue) = 47+60+81=188 (24% of max value = 765). Red value is 47 (18.75% from 255 or 25% from 188); Green value is 60 (23.83% from 255 or 31.91% from 188); Blue value is 81 (32.03% from 255 or 43.09% from 188); Max value from RGB is 81 - color contains mainly: blue. Hex color #2F3C51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F3C51 is #D0C3AE. Grayscale: #3A3A3A. Windows color (decimal): -13681583 or 5323823. OLE color: 5323823.

HSL color Cylindrical-coordinate representation of color #2F3C51: hue angle of 217.06º 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 #2F3C51 is Cyan = 0.42, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 47 60 81 -
CMYK 0.42 0.26 0 0.68
HSL 217.06º 0.27% 0.25% -
HSV(B) 217.06º 0.42% 0.32% -
XYZ 4.27 4.43 8.41 -
YUV 58.51 140.69 119.79 -
System Red Green Blue C M Y K H S L
Decimal 47 60 81 0.42 0.26 0 0.68 217.06 0.27 0.25
Hex 2F 3C 51 2A 1A 0 44 D9 1B 19
Octal 57 74 121 52 32 0 104 331 33 31
Binary 101111 111100 1010001 101010 11010 0 1000100 11011001 11011 11001

Color Harmonies of #2F3C51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F3C51

Black with #2F3C51

Text Example


Text Example

White with #2F3C51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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