Html Css Color HEX #2F475F Cello

📋 copy color: '#2F475F'

red 47 ◦ green 71 ◦ blue 95

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

Shades of Cello #2F475F

Tints of Cello #2F475F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 33.33%

 BLUE value IS 95 (37.5% from 255) = 44.6%

R = 22.07%
G = 33.33%
B = 44.6%

CMYK

 C value IS 0.51

 M value IS 0.25

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#2F475F (or 0x2F475F) is known color: Cello. HEX triplet: 2F, 47 and 5F. RGB value is (47,71,95). Sum of RGB (Red+Green+Blue) = 47+71+95=213 (28% of max value = 765). Red value is 47 (18.75% from 255 or 22.07% from 213); Green value is 71 (28.12% from 255 or 33.33% from 213); Blue value is 95 (37.5% from 255 or 44.60% from 213); Max value from RGB is 95 - color contains mainly: blue. Hex color #2F475F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F475F is #D0B8A0. Grayscale: #424242. Windows color (decimal): -13678753 or 6244143. OLE color: 6244143.

HSL color Cylindrical-coordinate representation of color #2F475F: hue angle of 210º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2F475F is Cyan = 0.51, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 47 71 95 -
CMYK 0.51 0.25 0 0.63
HSL 210º 0.34% 0.28% -
HSV(B) 210º 0.51% 0.37% -
XYZ 5.49 5.94 11.68 -
YUV 66.56 144.05 114.05 -
System Red Green Blue C M Y K H S L
Decimal 47 71 95 0.51 0.25 0 0.63 210 0.34 0.28
Hex 2F 47 5F 33 19 0 3F D2 22 1C
Octal 57 107 137 63 31 0 77 322 42 34
Binary 101111 1000111 1011111 110011 11001 0 111111 11010010 100010 11100

Color Harmonies of #2F475F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F475F

Black with #2F475F

Text Example


Text Example

White with #2F475F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,71,95); }

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

background-color css

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

 a { background-color: rgb(47,71,95); }

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

border-color css

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

 span { border-color: rgb(47,71,95); }

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