Html Css Color HEX #334961 Cello

📋 copy color: '#334961'

red 51 ◦ green 73 ◦ blue 97

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

Shades of Cello #334961

Tints of Cello #334961

RGB

 RED value IS 51 (20.31% from 255) = 23.08%

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

 BLUE value IS 97 (38.28% from 255) = 43.89%

R = 23.08%
G = 33.03%
B = 43.89%

CMYK

 C value IS 0.47

 M value IS 0.25

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#334961 (or 0x334961) is known color: Cello. HEX triplet: 33, 49 and 61. RGB value is (51,73,97). Sum of RGB (Red+Green+Blue) = 51+73+97=221 (29% of max value = 765). Red value is 51 (20.31% from 255 or 23.08% from 221); Green value is 73 (28.91% from 255 or 33.03% from 221); Blue value is 97 (38.28% from 255 or 43.89% from 221); Max value from RGB is 97 - color contains mainly: blue. Hex color #334961 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334961 is #CCB69E. Grayscale: #454545. Windows color (decimal): -13416095 or 6375731. OLE color: 6375731.

HSL color Cylindrical-coordinate representation of color #334961: hue angle of 211.3º degrees, saturation: 0.31, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #334961 is Cyan = 0.47, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 51 73 97 -
CMYK 0.47 0.25 0 0.62
HSL 211.3º 0.31% 0.29% -
HSV(B) 211.3º 0.47% 0.38% -
XYZ 5.91 6.33 12.22 -
YUV 69.16 143.71 115.05 -
System Red Green Blue C M Y K H S L
Decimal 51 73 97 0.47 0.25 0 0.62 211.3 0.31 0.29
Hex 33 49 61 2F 19 0 3E D3 1F 1D
Octal 63 111 141 57 31 0 76 323 37 35
Binary 110011 1001001 1100001 101111 11001 0 111110 11010011 11111 11101

Color Harmonies of #334961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334961

Black with #334961

Text Example


Text Example

White with #334961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334961; }

 p { color: rgb(51,73,97); }

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

background-color css

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

 a { background-color: rgb(51,73,97); }

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

border-color css

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

 span { border-color: rgb(51,73,97); }

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