Html Css Color HEX #2F4765 Cello

📋 copy color: '#2F4765'

red 47 ◦ green 71 ◦ blue 101

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

Shades of Cello #2F4765

Tints of Cello #2F4765

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 46.12%

R = 21.46%
G = 32.42%
B = 46.12%

CMYK

 C value IS 0.53

 M value IS 0.30

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#2F4765 (or 0x2F4765) is known color: Cello. HEX triplet: 2F, 47 and 65. RGB value is (47,71,101). Sum of RGB (Red+Green+Blue) = 47+71+101=219 (29% of max value = 765). Red value is 47 (18.75% from 255 or 21.46% from 219); Green value is 71 (28.12% from 255 or 32.42% from 219); Blue value is 101 (39.84% from 255 or 46.12% from 219); Max value from RGB is 101 - color contains mainly: blue. Hex color #2F4765 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F4765 is #D0B89A. Grayscale: #434343. Windows color (decimal): -13678747 or 6637359. OLE color: 6637359.

HSL color Cylindrical-coordinate representation of color #2F4765: hue angle of 213.33º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2F4765 is Cyan = 0.53, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 47 71 101 -
CMYK 0.53 0.30 0 0.60
HSL 213.33º 0.36% 0.29% -
HSV(B) 213.33º 0.53% 0.4% -
XYZ 5.77 6.05 13.18 -
YUV 67.24 147.05 113.56 -
System Red Green Blue C M Y K H S L
Decimal 47 71 101 0.53 0.30 0 0.60 213.33 0.36 0.29
Hex 2F 47 65 35 1E 0 3C D5 24 1D
Octal 57 107 145 65 36 0 74 325 44 35
Binary 101111 1000111 1100101 110101 11110 0 111100 11010101 100100 11101

Color Harmonies of #2F4765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F4765

Black with #2F4765

Text Example


Text Example

White with #2F4765

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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