Html Css Color HEX #354968 Cello

📋 copy color: '#354968'

red 53 ◦ green 73 ◦ blue 104

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

Shades of Cello #354968

Tints of Cello #354968

RGB

 RED value IS 53 (21.09% from 255) = 23.04%

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

 BLUE value IS 104 (41.02% from 255) = 45.22%

R = 23.04%
G = 31.74%
B = 45.22%

CMYK

 C value IS 0.49

 M value IS 0.30

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#354968 (or 0x354968) is known color: Cello. HEX triplet: 35, 49 and 68. RGB value is (53,73,104). Sum of RGB (Red+Green+Blue) = 53+73+104=230 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.04% from 230); Green value is 73 (28.91% from 255 or 31.74% from 230); Blue value is 104 (41.02% from 255 or 45.22% from 230); Max value from RGB is 104 - color contains mainly: blue. Hex color #354968 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354968 is #CAB697. Grayscale: #464646. Windows color (decimal): -13285016 or 6834485. OLE color: 6834485.

HSL color Cylindrical-coordinate representation of color #354968: hue angle of 216.47º 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 #354968 is Cyan = 0.49, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 53 73 104 -
CMYK 0.49 0.30 0 0.59
HSL 216.47º 0.32% 0.31% -
HSV(B) 216.47º 0.49% 0.41% -
XYZ 6.35 6.52 14.02 -
YUV 70.55 146.87 115.48 -
System Red Green Blue C M Y K H S L
Decimal 53 73 104 0.49 0.30 0 0.59 216.47 0.32 0.31
Hex 35 49 68 31 1E 0 3B D8 20 1F
Octal 65 111 150 61 36 0 73 330 40 37
Binary 110101 1001001 1101000 110001 11110 0 111011 11011000 100000 11111

Color Harmonies of #354968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354968

Black with #354968

Text Example


Text Example

White with #354968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354968; }

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

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

background-color css

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

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

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

border-color css

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

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

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