Html Css Color HEX #2F4960 Cello

📋 copy color: '#2F4960'

red 47 ◦ green 73 ◦ blue 96

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

Shades of Cello #2F4960

Tints of Cello #2F4960

RGB

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

 GREEN value IS 73 (28.91% from 255) = 33.8%

 BLUE value IS 96 (37.89% from 255) = 44.44%

R = 21.76%
G = 33.8%
B = 44.44%

CMYK

 C value IS 0.51

 M value IS 0.24

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#2F4960 (or 0x2F4960) is known color: Cello. HEX triplet: 2F, 49 and 60. RGB value is (47,73,96). Sum of RGB (Red+Green+Blue) = 47+73+96=216 (28% of max value = 765). Red value is 47 (18.75% from 255 or 21.76% from 216); Green value is 73 (28.91% from 255 or 33.80% from 216); Blue value is 96 (37.89% from 255 or 44.44% from 216); Max value from RGB is 96 - color contains mainly: blue. Hex color #2F4960 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F4960 is #D0B69F. Grayscale: #434343. Windows color (decimal): -13678240 or 6310191. OLE color: 6310191.

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

Color convert

RGB 47 73 96 -
CMYK 0.51 0.24 0 0.62
HSL 208.16º 0.34% 0.28% -
HSV(B) 208.16º 0.51% 0.38% -
XYZ 5.67 6.21 11.97 -
YUV 67.85 143.89 113.13 -
System Red Green Blue C M Y K H S L
Decimal 47 73 96 0.51 0.24 0 0.62 208.16 0.34 0.28
Hex 2F 49 60 33 18 0 3E D0 22 1C
Octal 57 111 140 63 30 0 76 320 42 34
Binary 101111 1001001 1100000 110011 11000 0 111110 11010000 100010 11100

Color Harmonies of #2F4960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F4960

Black with #2F4960

Text Example


Text Example

White with #2F4960

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,73,96); }

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

background-color css

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

 a { background-color: rgb(47,73,96); }

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

border-color css

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

 span { border-color: rgb(47,73,96); }

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