Html Css Color HEX #2F504D Blue Dianne

📋 copy color: '#2F504D'

red 47 ◦ green 80 ◦ blue 77

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

Shades of Blue Dianne #2F504D

Tints of Blue Dianne #2F504D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 39.22%

 BLUE value IS 77 (30.47% from 255) = 37.75%

R = 23.04%
G = 39.22%
B = 37.75%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.04

 K value IS 0.69

RGB Variations

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

Color information

#2F504D (or 0x2F504D) is known color: Blue Dianne. HEX triplet: 2F, 50 and 4D. RGB value is (47,80,77). Sum of RGB (Red+Green+Blue) = 47+80+77=204 (27% of max value = 765). Red value is 47 (18.75% from 255 or 23.04% from 204); Green value is 80 (31.64% from 255 or 39.22% from 204); Blue value is 77 (30.47% from 255 or 37.75% from 204); Max value from RGB is 80 - color contains mainly: green. Hex color #2F504D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F504D is #D0AFB2. Grayscale: #454545. Windows color (decimal): -13676467 or 5066799. OLE color: 5066799.

HSL color Cylindrical-coordinate representation of color #2F504D: hue angle of 174.55º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #2F504D is Cyan = 0.41, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.69.

Color convert

RGB 47 80 77 -
CMYK 0.41 0 0.04 0.69
HSL 174.55º 0.26% 0.25% -
HSV(B) 174.55º 0.41% 0.31% -
XYZ 5.38 6.88 8.07 -
YUV 69.79 132.07 111.74 -
System Red Green Blue C M Y K H S L
Decimal 47 80 77 0.41 0 0.04 0.69 174.55 0.26 0.25
Hex 2F 50 4D 29 0 4 45 AF 1A 19
Octal 57 120 115 51 0 4 105 257 32 31
Binary 101111 1010000 1001101 101001 0 100 1000101 10101111 11010 11001

Color Harmonies of #2F504D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F504D

Black with #2F504D

Text Example


Text Example

White with #2F504D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,80,77); }

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

background-color css

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

 a { background-color: rgb(47,80,77); }

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

border-color css

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

 span { border-color: rgb(47,80,77); }

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