Html Css Color HEX #345363 Cello

📋 copy color: '#345363'

red 52 ◦ green 83 ◦ blue 99

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

Shades of Cello #345363

Tints of Cello #345363

RGB

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

 GREEN value IS 83 (32.81% from 255) = 35.47%

 BLUE value IS 99 (39.06% from 255) = 42.31%

R = 22.22%
G = 35.47%
B = 42.31%

CMYK

 C value IS 0.47

 M value IS 0.16

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#345363 (or 0x345363) is known color: Cello. HEX triplet: 34, 53 and 63. RGB value is (52,83,99). Sum of RGB (Red+Green+Blue) = 52+83+99=234 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.22% from 234); Green value is 83 (32.81% from 255 or 35.47% from 234); Blue value is 99 (39.06% from 255 or 42.31% from 234); Max value from RGB is 99 - color contains mainly: blue. Hex color #345363 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345363 is #CBAC9C. Grayscale: #4B4B4B. Windows color (decimal): -13347997 or 6509364. OLE color: 6509364.

HSL color Cylindrical-coordinate representation of color #345363: hue angle of 200.43º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #345363 is Cyan = 0.47, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 52 83 99 -
CMYK 0.47 0.16 0 0.61
HSL 200.43º 0.31% 0.3% -
HSV(B) 200.43º 0.47% 0.39% -
XYZ 6.76 7.82 12.96 -
YUV 75.56 141.23 111.2 -
System Red Green Blue C M Y K H S L
Decimal 52 83 99 0.47 0.16 0 0.61 200.43 0.31 0.3
Hex 34 53 63 2F 10 0 3D C8 1F 1E
Octal 64 123 143 57 20 0 75 310 37 36
Binary 110100 1010011 1100011 101111 10000 0 111101 11001000 11111 11110

Color Harmonies of #345363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345363

Black with #345363

Text Example


Text Example

White with #345363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345363; }

 p { color: rgb(52,83,99); }

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

background-color css

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

 a { background-color: rgb(52,83,99); }

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

border-color css

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

 span { border-color: rgb(52,83,99); }

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