Html Css Color HEX #34495F Cello

📋 copy color: '#34495F'

red 52 ◦ green 73 ◦ blue 95

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

Shades of Cello #34495F

Tints of Cello #34495F

RGB

 RED value IS 52 (20.7% from 255) = 23.64%

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

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

R = 23.64%
G = 33.18%
B = 43.18%

CMYK

 C value IS 0.45

 M value IS 0.23

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#34495F (or 0x34495F) is known color: Cello. HEX triplet: 34, 49 and 5F. RGB value is (52,73,95). Sum of RGB (Red+Green+Blue) = 52+73+95=220 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.64% from 220); Green value is 73 (28.91% from 255 or 33.18% from 220); Blue value is 95 (37.5% from 255 or 43.18% from 220); Max value from RGB is 95 - color contains mainly: blue. Hex color #34495F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34495F is #CBB6A0. Grayscale: #454545. Windows color (decimal): -13350561 or 6244660. OLE color: 6244660.

HSL color Cylindrical-coordinate representation of color #34495F: hue angle of 210.7º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #34495F is Cyan = 0.45, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 52 73 95 -
CMYK 0.45 0.23 0 0.63
HSL 210.7º 0.29% 0.29% -
HSV(B) 210.7º 0.45% 0.37% -
XYZ 5.86 6.32 11.74 -
YUV 69.23 142.54 115.71 -
System Red Green Blue C M Y K H S L
Decimal 52 73 95 0.45 0.23 0 0.63 210.7 0.29 0.29
Hex 34 49 5F 2D 17 0 3F D3 1D 1D
Octal 64 111 137 55 27 0 77 323 35 35
Binary 110100 1001001 1011111 101101 10111 0 111111 11010011 11101 11101

Color Harmonies of #34495F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34495F

Black with #34495F

Text Example


Text Example

White with #34495F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34495F; }

 p { color: rgb(52,73,95); }

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

background-color css

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

 a { background-color: rgb(52,73,95); }

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

border-color css

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

 span { border-color: rgb(52,73,95); }

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