Html Css Color HEX #34475E Cello

📋 copy color: '#34475E'

red 52 ◦ green 71 ◦ blue 94

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

Shades of Cello #34475E

Tints of Cello #34475E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 43.32%

R = 23.96%
G = 32.72%
B = 43.32%

CMYK

 C value IS 0.45

 M value IS 0.24

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#34475E (or 0x34475E) is known color: Cello. HEX triplet: 34, 47 and 5E. RGB value is (52,71,94). Sum of RGB (Red+Green+Blue) = 52+71+94=217 (28% of max value = 765). Red value is 52 (20.70% from 255 or 23.96% from 217); Green value is 71 (28.12% from 255 or 32.72% from 217); Blue value is 94 (37.11% from 255 or 43.32% from 217); Max value from RGB is 94 - color contains mainly: blue. Hex color #34475E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34475E is #CBB8A1. Grayscale: #434343. Windows color (decimal): -13351074 or 6178612. OLE color: 6178612.

HSL color Cylindrical-coordinate representation of color #34475E: hue angle of 212.86º 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 #34475E is Cyan = 0.45, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 52 71 94 -
CMYK 0.45 0.24 0 0.63
HSL 212.86º 0.29% 0.29% -
HSV(B) 212.86º 0.45% 0.37% -
XYZ 5.69 6.04 11.46 -
YUV 67.94 142.71 116.63 -
System Red Green Blue C M Y K H S L
Decimal 52 71 94 0.45 0.24 0 0.63 212.86 0.29 0.29
Hex 34 47 5E 2D 18 0 3F D5 1D 1D
Octal 64 107 136 55 30 0 77 325 35 35
Binary 110100 1000111 1011110 101101 11000 0 111111 11010101 11101 11101

Color Harmonies of #34475E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34475E

Black with #34475E

Text Example


Text Example

White with #34475E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34475E; }

 p { color: rgb(52,71,94); }

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

background-color css

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

 a { background-color: rgb(52,71,94); }

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

border-color css

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

 span { border-color: rgb(52,71,94); }

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