#354A68

Color #354A68 Cello (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cello #354A68

Tints of Cello #354A68

Color information

#354A68 (or 0x354A68) is unknown color: approx Cello. HEX triplet: 35, 4A and 68. RGB value is (53,74,104). Sum of RGB (Red+Green+Blue) = 53+74+104=231 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.94% from 231); Green value is 74 (29.30% from 255 or 32.03% from 231); Blue value is 104 (41.02% from 255 or 45.02% from 231); Max value from RGB is 104 - color contains mainly: blue. Hex color #354A68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354A68 is #CAB597. Grayscale: #474747. Windows color (decimal): -13284760 or 6834741. OLE color: 6834741.

HSL color Cylindrical-coordinate representation of color #354A68: hue angle of 215.29º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #354A68 is Cyan = 0.49, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5374104-
CMYK0.490.2900.59
HSL215.29º32.48%30.78%-
HSV(B)215.29º49.04%40.78%-
XYZ6.426.6514.04-
YUV71.14146.54115.06-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.94%
GREEN value IS 74 (29.30% from 255) = 32.03%
BLUE value IS 104 (41.02% from 255) = 45.02%
R=22.94%
G=32.03%
B=45.02%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal53741040.490.2900.59215.2932.4830.78
Hex354A68311D03Bd7201f
Octal6511215061350733274037
Binary110101100101011010001100011110101110111101011110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354A68; }

 p { color: rgb(53,74,104); }

 H1.HeaderClassName
 {
   color: #354A68;
 }
 .AnyTagClassName
 {
   color: #354A68;
 }
</style>
background-color css

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

 a { background-color: rgb(53,74,104); }

 div.DivClassName
 {
   background-color: #354A68;
 }
 .BgClassName
 {
   background-color: #354A68;
 }
</style>
border-color css

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

 span { border-color: rgb(53,74,104); }

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