Html Css Color HEX #2F534B Blue Dianne

📋 copy color: '#2F534B'

red 47 ◦ green 83 ◦ blue 75

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

Shades of Blue Dianne #2F534B

Tints of Blue Dianne #2F534B

RGB

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

 GREEN value IS 83 (32.81% from 255) = 40.49%

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

R = 22.93%
G = 40.49%
B = 36.59%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.10

 K value IS 0.67

RGB Variations

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

Color information

#2F534B (or 0x2F534B) is known color: Blue Dianne. HEX triplet: 2F, 53 and 4B. RGB value is (47,83,75). Sum of RGB (Red+Green+Blue) = 47+83+75=205 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.93% from 205); Green value is 83 (32.81% from 255 or 40.49% from 205); Blue value is 75 (29.69% from 255 or 36.59% from 205); Max value from RGB is 83 - color contains mainly: green. Hex color #2F534B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F534B is #D0ACB4. Grayscale: #474747. Windows color (decimal): -13675701 or 4936495. OLE color: 4936495.

HSL color Cylindrical-coordinate representation of color #2F534B: hue angle of 166.67º degrees, saturation: 0.28, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #2F534B is Cyan = 0.43, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.67.

Color convert

RGB 47 83 75 -
CMYK 0.43 0 0.10 0.67
HSL 166.67º 0.28% 0.25% -
HSV(B) 166.67º 0.43% 0.33% -
XYZ 5.54 7.3 7.77 -
YUV 71.32 130.07 110.65 -
System Red Green Blue C M Y K H S L
Decimal 47 83 75 0.43 0 0.10 0.67 166.67 0.28 0.25
Hex 2F 53 4B 2B 0 A 43 A7 1C 19
Octal 57 123 113 53 0 12 103 247 34 31
Binary 101111 1010011 1001011 101011 0 1010 1000011 10100111 11100 11001

Color Harmonies of #2F534B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F534B

Black with #2F534B

Text Example


Text Example

White with #2F534B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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