Html Css Color HEX #2F504B Blue Dianne

📋 copy color: '#2F504B'

red 47 ◦ green 80 ◦ blue 75

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

Shades of Blue Dianne #2F504B

Tints of Blue Dianne #2F504B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 37.13%

R = 23.27%
G = 39.6%
B = 37.13%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.06

 K value IS 0.69

RGB Variations

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

Color information

#2F504B (or 0x2F504B) is known color: Blue Dianne. HEX triplet: 2F, 50 and 4B. RGB value is (47,80,75). Sum of RGB (Red+Green+Blue) = 47+80+75=202 (26% of max value = 765). Red value is 47 (18.75% from 255 or 23.27% from 202); Green value is 80 (31.64% from 255 or 39.60% from 202); Blue value is 75 (29.69% from 255 or 37.13% from 202); Max value from RGB is 80 - color contains mainly: green. Hex color #2F504B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F504B is #D0AFB4. Grayscale: #454545. Windows color (decimal): -13676469 or 4935727. OLE color: 4935727.

HSL color Cylindrical-coordinate representation of color #2F504B: hue angle of 170.91º 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 #2F504B is Cyan = 0.41, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.69.

Color convert

RGB 47 80 75 -
CMYK 0.41 0 0.06 0.69
HSL 170.91º 0.26% 0.25% -
HSV(B) 170.91º 0.41% 0.31% -
XYZ 5.31 6.85 7.7 -
YUV 69.56 131.07 111.91 -
System Red Green Blue C M Y K H S L
Decimal 47 80 75 0.41 0 0.06 0.69 170.91 0.26 0.25
Hex 2F 50 4B 29 0 6 45 AB 1A 19
Octal 57 120 113 51 0 6 105 253 32 31
Binary 101111 1010000 1001011 101001 0 110 1000101 10101011 11010 11001

Color Harmonies of #2F504B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F504B

Black with #2F504B

Text Example


Text Example

White with #2F504B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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