Html Css Color HEX #334958 Cello

📋 copy color: '#334958'

red 51 ◦ green 73 ◦ blue 88

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

Shades of Cello #334958

Tints of Cello #334958

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 41.51%

R = 24.06%
G = 34.43%
B = 41.51%

CMYK

 C value IS 0.42

 M value IS 0.17

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#334958 (or 0x334958) is known color: Cello. HEX triplet: 33, 49 and 58. RGB value is (51,73,88). Sum of RGB (Red+Green+Blue) = 51+73+88=212 (28% of max value = 765). Red value is 51 (20.31% from 255 or 24.06% from 212); Green value is 73 (28.91% from 255 or 34.43% from 212); Blue value is 88 (34.77% from 255 or 41.51% from 212); Max value from RGB is 88 - color contains mainly: blue. Hex color #334958 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334958 is #CCB6A7. Grayscale: #444444. Windows color (decimal): -13416104 or 5785907. OLE color: 5785907.

HSL color Cylindrical-coordinate representation of color #334958: hue angle of 204.32º degrees, saturation: 0.27, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #334958 is Cyan = 0.42, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 51 73 88 -
CMYK 0.42 0.17 0 0.65
HSL 204.32º 0.27% 0.27% -
HSV(B) 204.32º 0.42% 0.35% -
XYZ 5.51 6.17 10.13 -
YUV 68.13 139.21 115.78 -
System Red Green Blue C M Y K H S L
Decimal 51 73 88 0.42 0.17 0 0.65 204.32 0.27 0.27
Hex 33 49 58 2A 11 0 41 CC 1B 1B
Octal 63 111 130 52 21 0 101 314 33 33
Binary 110011 1001001 1011000 101010 10001 0 1000001 11001100 11011 11011

Color Harmonies of #334958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334958

Black with #334958

Text Example


Text Example

White with #334958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334958; }

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

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

background-color css

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

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

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

border-color css

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

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

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