Html Css Color HEX #34495A Cello

📋 copy color: '#34495A'

red 52 ◦ green 73 ◦ blue 90

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

Shades of Cello #34495A

Tints of Cello #34495A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 41.86%

R = 24.19%
G = 33.95%
B = 41.86%

CMYK

 C value IS 0.42

 M value IS 0.19

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#34495A (or 0x34495A) is known color: Cello. HEX triplet: 34, 49 and 5A. RGB value is (52,73,90). Sum of RGB (Red+Green+Blue) = 52+73+90=215 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.19% from 215); Green value is 73 (28.91% from 255 or 33.95% from 215); Blue value is 90 (35.55% from 255 or 41.86% from 215); Max value from RGB is 90 - color contains mainly: blue. Hex color #34495A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34495A is #CBB6A5. Grayscale: #444444. Windows color (decimal): -13350566 or 5916980. OLE color: 5916980.

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

Color convert

RGB 52 73 90 -
CMYK 0.42 0.19 0 0.65
HSL 206.84º 0.27% 0.28% -
HSV(B) 206.84º 0.42% 0.35% -
XYZ 5.64 6.23 10.58 -
YUV 68.66 140.04 116.12 -
System Red Green Blue C M Y K H S L
Decimal 52 73 90 0.42 0.19 0 0.65 206.84 0.27 0.28
Hex 34 49 5A 2A 13 0 41 CF 1B 1C
Octal 64 111 132 52 23 0 101 317 33 34
Binary 110100 1001001 1011010 101010 10011 0 1000001 11001111 11011 11100

Color Harmonies of #34495A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34495A

Black with #34495A

Text Example


Text Example

White with #34495A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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