Html Css Color HEX #34475B Cello

📋 copy color: '#34475B'

red 52 ◦ green 71 ◦ blue 91

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

Shades of Cello #34475B

Tints of Cello #34475B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 42.52%

R = 24.3%
G = 33.18%
B = 42.52%

CMYK

 C value IS 0.43

 M value IS 0.22

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#34475B (or 0x34475B) is known color: Cello. HEX triplet: 34, 47 and 5B. RGB value is (52,71,91). Sum of RGB (Red+Green+Blue) = 52+71+91=214 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.30% from 214); Green value is 71 (28.12% from 255 or 33.18% from 214); Blue value is 91 (35.94% from 255 or 42.52% from 214); Max value from RGB is 91 - color contains mainly: blue. Hex color #34475B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34475B is #CBB8A4. Grayscale: #434343. Windows color (decimal): -13351077 or 5982004. OLE color: 5982004.

HSL color Cylindrical-coordinate representation of color #34475B: hue angle of 210.77º degrees, saturation: 0.27, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #34475B is Cyan = 0.43, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 52 71 91 -
CMYK 0.43 0.22 0 0.64
HSL 210.77º 0.27% 0.28% -
HSV(B) 210.77º 0.43% 0.36% -
XYZ 5.56 5.99 10.76 -
YUV 67.6 141.21 116.87 -
System Red Green Blue C M Y K H S L
Decimal 52 71 91 0.43 0.22 0 0.64 210.77 0.27 0.28
Hex 34 47 5B 2B 16 0 40 D3 1B 1C
Octal 64 107 133 53 26 0 100 323 33 34
Binary 110100 1000111 1011011 101011 10110 0 1000000 11010011 11011 11100

Color Harmonies of #34475B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34475B

Black with #34475B

Text Example


Text Example

White with #34475B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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